From 51910d0e369848b58112247a08006269a21bd0bc Mon Sep 17 00:00:00 2001 From: Vegard Hagen Date: Mon, 24 Mar 2025 15:03:17 +0100 Subject: [PATCH] fix(authelia): new config parameters after update --- k8s/infra/auth/authelia/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/k8s/infra/auth/authelia/values.yaml b/k8s/infra/auth/authelia/values.yaml index 5441a3c..50f1e52 100644 --- a/k8s/infra/auth/authelia/values.yaml +++ b/k8s/infra/auth/authelia/values.yaml @@ -104,6 +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 - client_id: kubectl client_name: kubectl @@ -113,6 +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 - client_id: netbird client_secret: { path: /secrets/client-netbird/client_secret.txt }