mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
fix(authelia): new config parameters after update
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user