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
5
5
name : lfx-platform
6
6
description : LFX Platform v2 Helm chart
7
7
type : application
8
- version : 0.2.1
8
+ version : 0.2.2
9
9
icon : https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
10
10
dependencies :
11
11
- name : traefik
Original file line number Diff line number Diff line change @@ -400,6 +400,26 @@ authelia:
400
400
- authorization_code
401
401
- refresh_token
402
402
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
403
423
404
424
authelia_generate_jwks :
405
425
enabled : true
@@ -409,6 +429,7 @@ authelia_client_generation:
409
429
clients :
410
430
- heimdall
411
431
- m2m_test
432
+ - lfx
412
433
413
434
authelia_user_generation :
414
435
enabled : true
You can’t perform that action at this time.
0 commit comments