mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
♻️ refacto
This commit is contained in:
@@ -62,7 +62,7 @@ spec:
|
|||||||
use_pkce: true
|
use_pkce: true
|
||||||
auth.generic_oauth.group_mapping:
|
auth.generic_oauth.group_mapping:
|
||||||
role_attribute_path: |
|
role_attribute_path: |
|
||||||
contains(groups[*], 'admins') && 'Admin' || contains(groups[*], 'people') && 'Viewer'
|
contains(groups[*], 'admins') && 'Admin' || contains(groups[*], 'users') && 'Viewer'
|
||||||
org_id: 1
|
org_id: 1
|
||||||
auth.basic:
|
auth.basic:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user