Skip to content

Commit

Permalink
Plumb authorization webhook version from CLI to config
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Nov 19, 2019
1 parent 81af5ba commit dc0e51d
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 dc0e51d

Please sign in to comment.