Auth: Add no role frontend feature flag (#72823)

* Add 'noBasicRole' feature flag

* Hide role options and tooltip with feature flag

* Add feature flag to registry
This commit is contained in:
linoman
2023-08-04 11:08:14 +02:00
committed by GitHub
parent 0b9bb97982
commit 64ed77ddce
8 changed files with 31 additions and 7 deletions

View File

@@ -118,4 +118,5 @@ export interface FeatureToggles {
prometheusConfigOverhaulAuth?: boolean;
configurableSchedulerTick?: boolean;
influxdbSqlSupport?: boolean;
noBasicRole?: boolean;
}