grafana: allow public overview via oidc
This commit is contained in:
parent
cd7ba1e8a8
commit
39a8e551eb
@ -13,6 +13,8 @@ data:
|
|||||||
- uid: overview
|
- uid: overview
|
||||||
title: Overview
|
title: Overview
|
||||||
permissions:
|
permissions:
|
||||||
|
- role: Anonymous
|
||||||
|
permission: View
|
||||||
- role: Viewer
|
- role: Viewer
|
||||||
permission: View
|
permission: View
|
||||||
- role: Editor
|
- role: Editor
|
||||||
|
|||||||
@ -248,7 +248,8 @@ spec:
|
|||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
env:
|
env:
|
||||||
GF_AUTH_ANONYMOUS_ENABLED: "false"
|
GF_AUTH_ANONYMOUS_ENABLED: "true"
|
||||||
|
GF_AUTH_ANONYMOUS_ORG_ROLE: "Viewer"
|
||||||
GF_SECURITY_ALLOW_EMBEDDING: "true"
|
GF_SECURITY_ALLOW_EMBEDDING: "true"
|
||||||
GF_AUTH_GENERIC_OAUTH_ENABLED: "true"
|
GF_AUTH_GENERIC_OAUTH_ENABLED: "true"
|
||||||
GF_AUTH_GENERIC_OAUTH_NAME: "Keycloak"
|
GF_AUTH_GENERIC_OAUTH_NAME: "Keycloak"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user