ChenSammi commented on code in PR #11095:
URL: https://github.com/apache/ozone/pull/11095#discussion_r3841031885
##########
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:
Can we reuse RevokeSTSTokenRequest? @ptlrs has a proposal to use the oneof
to rearrange OM request and response.
--
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]