feat(grafana): 🎉 Enable user sign-up via OAuth

Allow users to sign up through Forgejo OAuth by setting `allow_sign_up` to true. This change enhances user accessibility and engagement with the Grafana platform.
This commit is contained in:
Daniel Sy 2025-08-13 14:51:11 +02:00
parent f3d2def98a
commit cd2e6de499
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -48,7 +48,7 @@ spec:
auth.generic_oauth:
enabled: "true"
name: Forgejo
allow_sign_up: "false"
allow_sign_up: "true"
use_refresh_token: "true"
client_id: grafana
client_secret: "thisisasecret" # $__file{/etc/secrets/auth_generic_oauth/client_secret}