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:
Jo
2023-10-09 18:10:06 +02:00
committed by GitHub
parent 165b4c3f66
commit 28c0fb1cfd
26 changed files with 123 additions and 201 deletions

View File

@ -181,6 +181,7 @@ export interface GrafanaConfig {
autoAssignOrg: boolean;
verifyEmailEnabled: boolean;
oauth: OAuthSettings;
/** @deprecated always set to true. */
rbacEnabled: boolean;
disableUserSignUp: boolean;
loginHint: string;