mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
AccessControl: Remove legacy frontend AC checks (#76187)
* remove legacy ac checks * fix RBAC disabled tests * add permissions for tests to work * fix unifiedalertstatesworker test
This commit is contained in:
@ -181,6 +181,7 @@ export interface GrafanaConfig {
|
||||
autoAssignOrg: boolean;
|
||||
verifyEmailEnabled: boolean;
|
||||
oauth: OAuthSettings;
|
||||
/** @deprecated always set to true. */
|
||||
rbacEnabled: boolean;
|
||||
disableUserSignUp: boolean;
|
||||
loginHint: string;
|
||||
|
Reference in New Issue
Block a user