feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 39a8e551eb - Show all commits

View File

@ -13,6 +13,8 @@ data:
- uid: overview
title: Overview
permissions:
- role: Anonymous
permission: View
- role: Viewer
permission: View
- role: Editor

View File

@ -248,7 +248,8 @@ spec:
service:
type: ClusterIP
env:
GF_AUTH_ANONYMOUS_ENABLED: "false"
GF_AUTH_ANONYMOUS_ENABLED: "true"
GF_AUTH_ANONYMOUS_ORG_ROLE: "Viewer"
GF_SECURITY_ALLOW_EMBEDDING: "true"
GF_AUTH_GENERIC_OAUTH_ENABLED: "true"
GF_AUTH_GENERIC_OAUTH_NAME: "Keycloak"