-
Notifications
You must be signed in to change notification settings - Fork 511
Securizing bucket tags #1249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Securizing bucket tags #1249
Conversation
portal-ui/src/screens/Console/Buckets/BucketDetails/BucketSummaryPanel.tsx
Outdated
Show resolved
Hide resolved
Alevsk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, works fine
bexsoft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
portal-ui/src/screens/Console/Buckets/BucketDetails/BucketSummaryPanel.tsx
Outdated
Show resolved
Hide resolved
portal-ui/src/screens/Console/Buckets/BucketDetails/BucketSummaryPanel.tsx
Show resolved
Hide resolved
3b85aa2 to
2442c8e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified with following policies for a user:
- Deny Tagging ( No Read/Write)
- Read only Tagging ( Read)
- Full Tagging ( Read/Write)
bexsoft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM

Bucket tags and/or edit/delete bucket tags disappear when user does not have those permissions.