- Add OIDC configuration (clientID, issuerURL, scopes) - Add ExternalSecret for OIDC client secret from Vault - Remove Authelia middleware (using direct OIDC auth)
6 lines
113 B
YAML
6 lines
113 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ingress.yaml
|
|
- external-secret.yaml
|