kerneltime opened a new pull request #2775: URL: https://github.com/apache/ozone/pull/2775
## What changes were proposed in this pull request? S3G client will now set the S3 Auth information for each OM Request. S3G itself will authenticate as S3G identity registered with Kerberos but Request Processing should be done via the S3 Auth set in the protobuf request. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5883 ## How was this patch tested? This was tested with code for https://issues.apache.org/jira/browse/HDDS-5884 and https://issues.apache.org/jira/browse/HDDS-5885 Objects created were inspected in the OM DB. Objects were created using OM's key tab ``` "fileName": "key2", "acls": [ { "type": "USER", "name": "om/[email protected]", "aclBitSet": [ 0, 0, 0, 0, 0, 0, 0, 1 ], "aclScope": "ACCESS" }, { "type": "GROUP", "name": "root", "aclBitSet": [ 0, 0, 0, 0, 0, 0, 0, 1 ], "aclScope": "ACCESS" } ], "parentObjectID": 0, "objectID": -9223372036854773504, "updateID": 11, "metadata": {} } ``` -- 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]
