Merge pull request #107863 from bryfry/master

apiserver: correct references to service-account-signing-key-file flag
This commit is contained in:
Kubernetes Prow Robot 2022-01-30 23:04:23 -08:00 committed by GitHub
commit 0038bcfad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,7 +318,7 @@ func (o *BuiltInAuthenticationOptions) AddFlags(fs *pflag.FlagSet) {
"ServiceAccount tokens. The specified file can contain multiple keys, and the flag can "+
"be specified multiple times with different files. If unspecified, "+
"--tls-private-key-file is used. Must be specified when "+
"--service-account-signing-key is provided")
"--service-account-signing-key-file is provided")
fs.BoolVar(&o.ServiceAccounts.Lookup, "service-account-lookup", o.ServiceAccounts.Lookup,
"If true, validate ServiceAccount tokens exist in etcd as part of authentication.")