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:
parent
f3d2def98a
commit
cd2e6de499
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue