set Grafana Role via SSO/ProxyAuth
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
7bd1d487f7
commit
5f9fbb1a83
2 changed files with 2 additions and 1 deletions
|
@ -117,6 +117,7 @@ spec:
|
|||
- X-authentik-name
|
||||
- X-authentik-uid
|
||||
- X-authentik-jwt
|
||||
- X-authentik-grafana-role
|
||||
- X-authentik-meta-jwks
|
||||
- X-authentik-meta-outpost
|
||||
- X-authentik-meta-provider
|
||||
|
|
|
@ -107,7 +107,7 @@ grafana:
|
|||
header_name: X-Authentik-Username
|
||||
header_property: username
|
||||
auto_sign_up: true
|
||||
headers: Email:X-Authentik-Email, Name:X-Authentik-Name
|
||||
headers: Email:X-Authentik-Email, Name:X-Authentik-Name, Role:X-Authentik-Grafana-Role
|
||||
whitelist: 10.1.0.0/16
|
||||
prometheus-node-exporter:
|
||||
prometheus:
|
||||
|
|
Loading…
Reference in a new issue