Skip to content

Commit ee3affd

Browse files
authored
UI site replication (#1807)
1 parent 836090a commit ee3affd

File tree

7 files changed

+1195
-1
lines changed

7 files changed

+1195
-1
lines changed

portal-ui/src/common/SecureComponent/permissions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export const IAM_PAGES = {
161161
TIERS: "/settings/tiers",
162162
TIERS_ADD: "/settings/tiers/add",
163163
TIERS_ADD_SERVICE: "/settings/tiers/add/:service",
164+
SITE_REPLICATION: "/settings/site-replication",
164165

165166
/* Operator */
166167
TENANTS: "/tenants",
@@ -379,6 +380,10 @@ export const IAM_PAGES_PERMISSIONS = {
379380
IAM_SCOPES.ADMIN_SERVER_INFO,
380381
IAM_SCOPES.ADMIN_CONFIG_UPDATE,
381382
],
383+
[IAM_PAGES.SITE_REPLICATION]:[
384+
IAM_SCOPES.ADMIN_SERVER_INFO,
385+
IAM_SCOPES.ADMIN_CONFIG_UPDATE,
386+
]
382387
};
383388

384389
export const S3_ALL_RESOURCES = "arn:aws:s3:::*";

0 commit comments

Comments
 (0)