|
|
@ -98,6 +98,12 @@ apiServerExtraArgs: |
|
|
|
{% if kube_oidc_groups_claim is defined %} |
|
|
|
oidc-groups-claim: {{ kube_oidc_groups_claim }} |
|
|
|
{% endif %} |
|
|
|
{% if kube_oidc_username_prefix is defined %} |
|
|
|
oidc-username-prefix: {{ kube_oidc_username_prefix }} |
|
|
|
{% endif %} |
|
|
|
{% if kube_oidc_groups_prefix is defined %} |
|
|
|
oidc-groups-prefix: {{ kube_oidc_groups_prefix }} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% if kube_webhook_token_auth|default(false) %} |
|
|
|
authentication-token-webhook-config-file: {{ kube_config_dir }}/webhook-token-auth-config.yaml |
|
|
|