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

@@ -129,6 +129,7 @@ Experimental features might be changed or removed without prior notice.
| `permissionsFilterRemoveSubquery` | Alternative permission filter implementation that does not use subqueries for fetching the dashboard folder |
| `prometheusConfigOverhaulAuth` | Update the Prometheus configuration page with the new auth component |
| `influxdbSqlSupport` | Enable InfluxDB SQL query language support with new querying UI |
| `noBasicRole` | Enables a new role that has no permissions by default |
## Development feature toggles