xiaoyuyao commented on a change in pull request #857: HDDS-1600. Add userName
and IPAddress as part of OMRequest.
URL: https://github.com/apache/hadoop/pull/857#discussion_r289508835
##########
File path: hadoop-ozone/common/src/main/proto/OzoneManagerProtocol.proto
##########
@@ -284,6 +289,16 @@ message VolumeInfo {
required uint64 creationTime = 7;
}
+/**
+ User information which will be extracted during RPC context and used
+ during validating Acl.
+*/
+message UserInfo {
+ optional string userName = 1;
Review comment:
Should we set these fields required?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]