neils-dev commented on a change in pull request #2655:
URL: https://github.com/apache/ozone/pull/2655#discussion_r714478040
##########
File path: hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto
##########
@@ -184,6 +184,10 @@ message OMRequest {
optional RevokeS3SecretRequest RevokeS3SecretRequest =
93;
optional PurgePathsRequest purgePathsRequest =
94;
+
+ optional string stringToSign =
95;
+ optional string signature =
96;
+ optional string awsAccessId =
97;
Review comment:
Thanks @avijayanhwx for bringing up the client using the s3 auth fields
in the OmRequest - that functionality is to follow in a subsequent PR (subtask
in HDDS-4440 on s3 authentication on per request), is to be added in client
`GrpcOmTransport` `submitRequest` :
```
payload = OMRequest.newBuilder(payload)
.setS3Authentication.newBuilder(...).build()
```
--
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]