Skip to content

Commit

Permalink
Merge pull request kubernetes#88332 from fleeto/comments-of-controlle…
Browse files Browse the repository at this point in the history
…r-manager

replaced tokenaccessreview with tokenreview
  • Loading branch information
k8s-ci-robot authored Feb 21, 2020
2 parents 468af72 + b410f77 commit 3641953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func (s *DelegatingAuthenticationOptions) AddFlags(fs *pflag.FlagSet) {
}
fs.StringVar(&s.RemoteKubeConfigFile, "authentication-kubeconfig", s.RemoteKubeConfigFile, ""+
"kubeconfig file pointing at the 'core' kubernetes server with enough rights to create "+
"tokenaccessreviews.authentication.k8s.io."+optionalKubeConfigSentence)
"tokenreviews.authentication.k8s.io."+optionalKubeConfigSentence)

fs.DurationVar(&s.CacheTTL, "authentication-token-webhook-cache-ttl", s.CacheTTL,
"The duration to cache responses from the webhook token authenticator.")
Expand Down

0 comments on commit 3641953

Please sign in to comment.