| Field | Type | Description | Value(s) |
|---|---|---|---|
name | string | Name of the authorizer, should be be DNS1123 labels like myauthorizername or subdomains like myauthorizer.example.domain. | |
type | string | Type is the name of the authorizer. | NodeRBACWebhook |
webhook | Unstructured | Webhook is the configuration for the webhook authorizer. This field is required if the AuthorizerType is Webhook, should not be set for other authorizer types. The value is the literal Kubernetes webhook authorizer configuration. |
Kubernetes
KubeAuthorizerConfig
KubeAuthorizerConfig configures kube-apiserver authorization by configuring a specific authorization plugin.