authelia: Set up OIDC for k8s API server

Enabling OpenID Connect authentication for the Kubernetes API server
will allow clients, particularly `kubectl` to log in without needing
TLS certificates and private keys.
This commit is contained in:
2023-04-21 19:41:43 -05:00
parent bcb54d4010
commit 24465dc7da
4 changed files with 65 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ kind: Kustomization
resources:
- authelia.yaml
- oidc-cluster-admin.yaml
configMapGenerator:
- name: authelia