fix(authelia): new config parameters after update

This commit is contained in:
Vegard Hagen
2025-03-24 15:03:17 +01:00
parent 9d7325498a
commit 51910d0e36
+6
View File
@@ -104,6 +104,9 @@ configMap:
scopes: [ openid, groups, email, profile, offline_access ] scopes: [ openid, groups, email, profile, offline_access ]
id_token_signed_response_alg: ES256 id_token_signed_response_alg: ES256
access_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_id: kubectl
client_name: kubectl client_name: kubectl
@@ -113,6 +116,9 @@ configMap:
require_pkce: true require_pkce: true
redirect_uris: [ http://localhost:8000, http://localhost:18000 ] redirect_uris: [ http://localhost:8000, http://localhost:18000 ]
scopes: [ openid, groups, email, profile, offline_access ] 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_id: netbird
client_secret: { path: /secrets/client-netbird/client_secret.txt } client_secret: { path: /secrets/client-netbird/client_secret.txt }