blob: f5f18ae03ea8b5a80982d491ee0222e5c85422fd [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipe_modules.fuchsia.sso;
message InputProperties {
// Host names for which insteadof should be configured ahead of time. Do not
// include "sso://" or a trailing "/". If both "fuchsia" and
// "fuchsia.googlesource.com" are needed they must both be listed.
repeated string hosts_to_configure_insteadof = 1;
}