diff --git a/k8s/infra/auth/authelia/kustomization.yaml b/k8s/infra/auth/authelia/kustomization.yaml index e715d8b..7516feb 100644 --- a/k8s/infra/auth/authelia/kustomization.yaml +++ b/k8s/infra/auth/authelia/kustomization.yaml @@ -19,7 +19,7 @@ helmCharts: repo: https://charts.authelia.com releaseName: authelia namespace: authelia - version: 0.10.4 + version: 0.9.15 valuesFile: values.yaml patches: diff --git a/k8s/infra/auth/authelia/values.yaml b/k8s/infra/auth/authelia/values.yaml index 50f1e52..75932ec 100644 --- a/k8s/infra/auth/authelia/values.yaml +++ b/k8s/infra/auth/authelia/values.yaml @@ -2,7 +2,7 @@ image: registry: ghcr.io repository: authelia/authelia - tag: 4.39.1 # renovate: docker=ghcr.io/authelia/authelia + tag: 4.38.18 # renovate: docker=ghcr.io/authelia/authelia pullPolicy: IfNotPresent pod: @@ -104,9 +104,9 @@ configMap: scopes: [ openid, groups, email, profile, offline_access ] id_token_signed_response_alg: ES256 access_token_signed_response_alg: ES256 - revocation_endpoint_auth_method: none - introspection_endpoint_auth_method: none - pushed_authorization_request_endpoint_auth_method: none + #revocation_endpoint_auth_method: none + #introspection_endpoint_auth_method: none + #pushed_authorization_request_endpoint_auth_method: none - client_id: kubectl client_name: kubectl @@ -116,9 +116,9 @@ configMap: require_pkce: true redirect_uris: [ http://localhost:8000, http://localhost:18000 ] scopes: [ openid, groups, email, profile, offline_access ] - revocation_endpoint_auth_method: none - introspection_endpoint_auth_method: none - pushed_authorization_request_endpoint_auth_method: none + #revocation_endpoint_auth_method: none + #introspection_endpoint_auth_method: none + #pushed_authorization_request_endpoint_auth_method: none - client_id: netbird client_secret: { path: /secrets/client-netbird/client_secret.txt }