Update target service accounts docs
Co-authored-by: Joshua Humphries <2035234+jhump@users.noreply.github.com>
This commit is contained in:
parent
cc08c6392e
commit
119b8c90e8
|
|
@ -206,11 +206,13 @@ func init() {
|
||||||
the provided descriptor sources will be used in addition to server
|
the provided descriptor sources will be used in addition to server
|
||||||
reflection to resolve messages and extensions.`))
|
reflection to resolve messages and extensions.`))
|
||||||
flags.Var(&altsTargetServiceAccounts, "alts-target-service-account", prettify(`
|
flags.Var(&altsTargetServiceAccounts, "alts-target-service-account", prettify(`
|
||||||
A list of expected target service accounts. If the service is running as
|
The full email address of the service account that the server is
|
||||||
any of the provided service account the connection and request will be
|
expected to be using when ALTS is used. You can specify this option
|
||||||
made else the connection will fail to connect. If not target service
|
multiple times to indicate multiple allowed service accounts. If the
|
||||||
accounts are provided, no client side authorization will be done and any
|
server authenticates with a service account that is not one of the
|
||||||
connection will be allowed.`))
|
expected accounts, the RPC will not be issued. If no such arguments are
|
||||||
|
provided, no check will be performed, and the RPC will be issued
|
||||||
|
regardless of the server's service account.`))
|
||||||
}
|
}
|
||||||
|
|
||||||
type multiString []string
|
type multiString []string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue