Rollout config pt 1
This commit is contained in:
parent
e28816da6a
commit
592422b92a
1 changed files with 28 additions and 28 deletions
|
@ -36,31 +36,31 @@ spec:
|
||||||
check_for_updates: false
|
check_for_updates: false
|
||||||
check_for_plugin_updates: false
|
check_for_plugin_updates: false
|
||||||
reporting_enabled: false
|
reporting_enabled: false
|
||||||
auth:
|
# auth:
|
||||||
oauth_auto_login: true
|
# oauth_auto_login: true
|
||||||
oauth_allow_insecure_email_lookup: true
|
# oauth_allow_insecure_email_lookup: true
|
||||||
auth.generic_oauth:
|
# auth.generic_oauth:
|
||||||
enabled: true
|
# enabled: true
|
||||||
name: Authentik
|
# name: Authentik
|
||||||
icon: signin
|
# icon: signin
|
||||||
scopes: openid profile email
|
# scopes: openid profile email
|
||||||
empty_scopes: false
|
# empty_scopes: false
|
||||||
login_attribute_path: preferred_username
|
# login_attribute_path: preferred_username
|
||||||
groups_attribute_path: groups
|
# groups_attribute_path: groups
|
||||||
name_attribute_path: name
|
# name_attribute_path: name
|
||||||
use_pkce: true
|
# use_pkce: true
|
||||||
client_id: CoV7ae1HxuNzwCbVPf3U7TfYMX2rVqC5T9RAUo5M
|
# client_id: CoV7ae1HxuNzwCbVPf3U7TfYMX2rVqC5T9RAUo5M
|
||||||
client_secret: # Set by env vars
|
# client_secret: # Set by env vars
|
||||||
auth_url: https://auth.hsn.dev/application/o/authorize/
|
# auth_url: https://auth.hsn.dev/application/o/authorize/
|
||||||
token_url: https://auth.hsn.dev/application/o/token/
|
# token_url: https://auth.hsn.dev/application/o/token/
|
||||||
api_url: https://auth.hsn.dev/application/o/userinfo/
|
# api_url: https://auth.hsn.dev/application/o/userinfo/
|
||||||
role_attribute_path: |
|
# role_attribute_path: |
|
||||||
contains(groups[*], 'Grafana Admins') && 'Admin' || contains(groups[*], 'Grafana Editors') && 'Editor' || 'Viewer'
|
# contains(groups[*], 'Grafana Admins') && 'Admin' || contains(groups[*], 'Grafana Editors') && 'Editor' || 'Viewer'
|
||||||
auth.basic:
|
# auth.basic:
|
||||||
enabled: false
|
# enabled: false
|
||||||
auth.anonymous:
|
# auth.anonymous:
|
||||||
enabled: false
|
# enabled: false
|
||||||
# org_id: 1
|
# # org_id: 1
|
||||||
# org_role: Viewer
|
# # org_role: Viewer
|
||||||
news:
|
# news:
|
||||||
news_feed_enabled: false
|
# news_feed_enabled: false
|
Loading…
Reference in a new issue