Skip to content

Commit fc7d60e

Browse files
authored
Remove ADMIN_LIST_TIERS scope in BucketLifecyclePanel (#2384)
1 parent fbf3afd commit fc7d60e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

portal-ui/src/screens/Console/Buckets/BucketDetails/BucketLifecyclePanel.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,7 @@ const BucketLifecyclePanel = ({ classes }: IBucketLifecyclePanelProps) => {
275275
<Grid item xs={12} className={classes.actionsTray}>
276276
<PanelTitle>Lifecycle Rules</PanelTitle>
277277
<SecureComponent
278-
scopes={[
279-
IAM_SCOPES.S3_PUT_LIFECYCLE_CONFIGURATION,
280-
IAM_SCOPES.ADMIN_LIST_TIERS,
281-
]}
278+
scopes={[IAM_SCOPES.S3_PUT_LIFECYCLE_CONFIGURATION]}
282279
resource={bucketName}
283280
matchAll
284281
errorProps={{ disabled: true }}

0 commit comments

Comments
 (0)