Auth: Enable None role for 10.2 (#76343)

* remove the feature toggle for noBasicRole

* linting

* remove unused
This commit is contained in:
Eric Leijonmarck
2023-10-12 13:00:26 +02:00
committed by GitHub
parent 87ff5b66ea
commit 38cdce526a
8 changed files with 11 additions and 45 deletions

View File

@@ -131,7 +131,6 @@ Experimental features might be changed or removed without prior notice.
| `featureToggleAdminPage` | Enable admin page for managing feature toggles from the Grafana front-end |
| `permissionsFilterRemoveSubquery` | Alternative permission filter implementation that does not use subqueries for fetching the dashboard folder |
| `influxdbSqlSupport` | Enable InfluxDB SQL query language support with new querying UI |
| `noBasicRole` | Enables a new role that has no permissions by default |
| `angularDeprecationUI` | Display new Angular deprecation-related UI features |
| `dashgpt` | Enable AI powered features in dashboards |
| `sseGroupByDatasource` | Send query to the same datasource in a single request when using server side expressions |