Skip to content

Commit

Permalink
Merge pull request kubernetes#85441 from liggitt/authorizer-version-p…
Browse files Browse the repository at this point in the history
…lumbing

Plumb authorization webhook version from CLI to config
  • Loading branch information
k8s-ci-robot authored Nov 19, 2019
2 parents 81af5ba + dc0e51d commit 384e45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kubeapiserver/options/authorization.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func (s *BuiltInAuthorizationOptions) ToAuthorizationConfig(versionedInformerFac
AuthorizationModes: s.Modes,
PolicyFile: s.PolicyFile,
WebhookConfigFile: s.WebhookConfigFile,
WebhookVersion: s.WebhookVersion,
WebhookCacheAuthorizedTTL: s.WebhookCacheAuthorizedTTL,
WebhookCacheUnauthorizedTTL: s.WebhookCacheUnauthorizedTTL,
VersionedInformerFactory: versionedInformerFactory,
Expand Down

0 comments on commit 384e45f

Please sign in to comment.