This is an automated email from the ASF dual-hosted git repository.
bharat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new a51822f HDDS-5882 Changes to protobuf messages for HDDS-5881 (#2774)
a51822f is described below
commit a51822f374768a873de5bb827f276adc477abe77
Author: Ritesh H Shukla <[email protected]>
AuthorDate: Tue Oct 26 20:07:02 2021 -0700
HDDS-5882 Changes to protobuf messages for HDDS-5881 (#2774)
Co-authored-by: Neil Joshi <[email protected]>
---
.../interface-client/src/main/proto/OmClientProtocol.proto | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git
a/hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto
b/hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto
index 63a46a0..dda8a1c 100644
--- a/hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto
+++ b/hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto
@@ -184,6 +184,8 @@ message OMRequest {
optional RevokeS3SecretRequest RevokeS3SecretRequest =
93;
optional PurgePathsRequest purgePathsRequest =
94;
+
+ optional S3Authentication s3Authentication =
95;
}
message OMResponse {
@@ -1344,6 +1346,15 @@ message UpdateGetS3SecretRequest {
}
/**
+ This will be used by OM to authenicate S3 gateway requests on a per request
basis.
+*/
+message S3Authentication {
+ optional string stringToSign = 1;
+ optional string signature = 2;
+ optional string accessId = 3;
+}
+
+/**
The OM service that takes care of Ozone namespace.
*/
service OzoneManagerService {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]