Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.13.0
type Config struct { AuthorizationModes []string // Path to an ABAC policy file. PolicyFile string // Kubeconfig file for Webhook authorization plugin. WebhookConfigFile string // API version of subject access reviews to send to the webhook (e.g. "v1", "v1beta1") WebhookVersion string // TTL for caching of authorized responses from the webhook server. WebhookCacheAuthorizedTTL time.Duration WebhookCacheUnauthorizedTTL time.Duration VersionedInformerFactory versionedinformers.SharedInformerFactory }
Config contains the data on how to authorize a request to the Kube API Server
func (Config) New ¶ added in v1.13.0
func (config Config) New() (authorizer.Authorizer, authorizer.RuleResolver, error)
New returns the right sort of union of multiple authorizer.Authorizer objects based on the authorizationMode or an error.
Click to show internal directories.
Click to hide internal directories.