Skip to content

Commit 8d1210e

Browse files
authored
Merge pull request #39 from linuxfoundation/jme/authelia-lfx-client
add lfx client for authelia
2 parents 309b757 + d41fdd3 commit 8d1210e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

charts/lfx-platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: lfx-platform
66
description: LFX Platform v2 Helm chart
77
type: application
8-
version: 0.2.1
8+
version: 0.2.2
99
icon: https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
1010
dependencies:
1111
- name: traefik

charts/lfx-platform/values.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

404424
authelia_generate_jwks:
405425
enabled: true
@@ -409,6 +429,7 @@ authelia_client_generation:
409429
clients:
410430
- heimdall
411431
- m2m_test
432+
- lfx
412433

413434
authelia_user_generation:
414435
enabled: true

0 commit comments

Comments
 (0)