lastErr=fmt.Errorf("the TokenRequest feature is not enabled but --service-account-signing-key-file and/or --service-account-issuer-id flags were passed")
glog.Warningf("the webhook cache ttl of %s is shorter than the overall cache ttl of %s for successful token authentication attempts.",s.WebHook.CacheTTL,s.TokenSuccessCacheTTL)
glog.Warningf("the webhook cache ttl of %s is shorter than the overall cache ttl of %s for failed token authentication attempts.",s.WebHook.CacheTTL,s.TokenFailureCacheTTL)
}
}
}
returnret
...
...
@@ -305,29 +125,12 @@ func (o *BuiltInAuthenticationOptions) ApplyTo(c *genericapiserver.Config) error