fmorg-git opened a new pull request, #9507: URL: https://github.com/apache/ozone/pull/9507
Please describe your PR in detail: * Plumbing and CLI utility to revoke STS token. The CLI utility is invoked like in the following example: ``` ozone s3 revokeststoken -k ASIALMO9PNUEKTDPTWM4 Enter 'y' to confirm STS token revocation for accessKeyId 'ASIALMO9PNUEKTDPTWM4': y STS token revoked for accessKeyId 'ASIALMO9PNUEKTDPTWM4'. ``` * This PR updates the CLI utility logic from the the previous PR https://github.com/apache/ozone/pull/9435 so that it only requires one parameter instead of two, in accordance with the design. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14067 ## How was this patch tested? unit tests (and prototype) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
