mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Auth: Add development manual override (#55496)
* Auth: Add development manual override * rename to disable_sync_lock
This commit is contained in:
@@ -220,4 +220,5 @@ export interface GrafanaConfig {
|
||||
export interface AuthSettings {
|
||||
OAuthSkipOrgRoleUpdateSync?: boolean;
|
||||
SAMLSkipOrgRoleSync?: boolean;
|
||||
DisableSyncLock?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user