mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
E2C: Change permissions for navigating to Cloud Migration (#84594)
* allow org admins / settings writers to access e2c * test for org admin specifically
This commit is contained in:
@@ -364,7 +364,7 @@ export function getAppRoutes(): RouteDescriptor[] {
|
||||
},
|
||||
config.featureToggles.onPremToCloudMigrations && {
|
||||
path: '/admin/migrate-to-cloud',
|
||||
roles: () => ['ServerAdmin'],
|
||||
roles: () => ['Admin'],
|
||||
component: SafeDynamicImport(
|
||||
() => import(/* webpackChunkName: "MigrateToCloud" */ 'app/features/admin/migrate-to-cloud/MigrateToCloud')
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user