File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : lfx-platform
66description : LFX Platform v2 Helm chart
77type : application
8- version : 0.2.1
8+ version : 0.2.2
99icon : https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
1010dependencies :
1111 - name : traefik
Original file line number Diff line number Diff line change @@ -400,6 +400,26 @@ authelia:
400400 - authorization_code
401401 - refresh_token
402402 authorization_policy : one_factor
403+ - client_id : lfx
404+ client_name : LFX Client Credentials
405+ client_secret :
406+ path : /secrets/authelia-clients-hashed/lfx
407+ public : false
408+ redirect_uris :
409+ - " http://localhost:4200/callback"
410+ scopes :
411+ - openid
412+ - email
413+ - profile
414+ - offline_access
415+ - access:api
416+ audience :
417+ - " http://lfx-api.k8s.orb.local"
418+ grant_types :
419+ - authorization_code
420+ - refresh_token
421+ authorization_policy : one_factor
422+ token_endpoint_auth_method : client_secret_basic
403423
404424authelia_generate_jwks :
405425 enabled : true
@@ -409,6 +429,7 @@ authelia_client_generation:
409429 clients :
410430 - heimdall
411431 - m2m_test
432+ - lfx
412433
413434authelia_user_generation :
414435 enabled : true
You can’t perform that action at this time.
0 commit comments