Uh oh!
There was an error while loading. Please reload this page.
HDDS-5206. Support revoking S3 secret - #2239
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bharatviswa504
left a comment
There was a problem hiding this comment.
Overall LGTM.
I have few comments/questions.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Invalid entry in table cache immediately (Thanks Aravindan); Impl. isAdmin in OzoneManager. Change-Id: Ia5c8d76be0845c5530d1e84abd82217be7797141
Change-Id: Idb7ac40b974380a43946930bb4742d44696cfcea
Conflicts: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMDbCheckpointServlet.java hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMDBCheckpointServlet.java Change-Id: If923f83358898f3d084a38a70d40fa197e8b2103
Change-Id: I8fe03516379f9094769633b82a8a77e06e8a809b
smengcl
commented
May 17, 2021
@xiaoyuyao@bharatviswa504 I have addressed all comments. Please take another look. Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Change-Id: I1d6e054010e7046299e65f8bef1d341eb60e5ea8
Uh oh!
There was an error while loading. Please reload this page.
smengcl
commented
May 19, 2021
Thanks @xiaoyuyao@bharatviswa504@vivekratnavel for reviewing this. Will merge shortly. |
smengcl
commented
May 20, 2021
Just realized I have a typo in the permission check, should be |
(cherry picked from commit 4fd8187) Change-Id: I97158a39ed50614706a5615d1019b07501cf45ed
https://issues.apache.org/jira/browse/HDDS-5206
Currently the CLI only support "ozone s3 getsecret", but has no user or admin command to revoke the secret, or to rotate the secret. Add a new command to do that.