authelia: Enable OIDC provider
Authelia can act as an Open ID Connect identity provider. This allows it to provide authentication/authorization for other applications besides those inside the Kubernetes cluster using it for Ingress authentication. To start with, we'll configure an OIDC client for Jenkins.
This commit is contained in:
@@ -20,5 +20,7 @@ secretGenerator:
|
||||
- ldap.password
|
||||
- session.secret
|
||||
- storage.encryption_key
|
||||
- oidc.hmac_secret
|
||||
- oidc.issuer_private_key
|
||||
options:
|
||||
disableNameSuffixHash: true
|
||||
|
||||
Reference in New Issue
Block a user