fmorg-git commented on code in PR #11095:
URL: https://github.com/apache/ozone/pull/11095#discussion_r3848932869
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -2534,18 +2535,27 @@ message UpdateAssumeRoleRequest {
}
message RevokeSTSTokenRequest {
- required string sessionToken = 1;
+ required string originalAccessKeyId = 1;
+}
+
+/**
+ This request will be used internally by OM to replicate the revocation
cutoff captured by the leader
+ across the OMs in HA mode.
+*/
+message UpdateRevokeSTSTokenRequest {
Review Comment:
updated -
https://github.com/apache/ozone/pull/11095/changes/734a613122ee8cdfca589175e6619db09045f50b
--
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]