mirror of
https://github.com/grafana/grafana.git
synced 2024-12-24 16:10:22 -06:00
RBAC: Enable permission validation by default (#73804)
This commit is contained in:
parent
5d14b6ba19
commit
2f22946f06
@ -872,6 +872,9 @@ permission_cache = true
|
|||||||
# Warning left to true, basic roles permissions will be reset on every boot
|
# Warning left to true, basic roles permissions will be reset on every boot
|
||||||
reset_basic_roles = false
|
reset_basic_roles = false
|
||||||
|
|
||||||
|
# Validate permissions' action and scope on role creation and update
|
||||||
|
permission_validation_enabled = true
|
||||||
|
|
||||||
#################################### SMTP / Emailing #####################
|
#################################### SMTP / Emailing #####################
|
||||||
[smtp]
|
[smtp]
|
||||||
enabled = false
|
enabled = false
|
||||||
|
@ -824,6 +824,9 @@
|
|||||||
# Warning left to true, basic roles permissions will be reset on every boot
|
# Warning left to true, basic roles permissions will be reset on every boot
|
||||||
#reset_basic_roles = false
|
#reset_basic_roles = false
|
||||||
|
|
||||||
|
# Validate permissions' action and scope on role creation and update
|
||||||
|
; permission_validation_enabled = true
|
||||||
|
|
||||||
#################################### SMTP / Emailing ##########################
|
#################################### SMTP / Emailing ##########################
|
||||||
[smtp]
|
[smtp]
|
||||||
;enabled = false
|
;enabled = false
|
||||||
|
Loading…
Reference in New Issue
Block a user