duanmeng commented on issue #44:
URL:
https://github.com/apache/incubator-uniffle/issues/44#issuecomment-1181614410
>hope we can introduce a general pb message in AccessInfo
We coud add a pb message `AccessInfo` and put it inside the pb message
`AccessClusterRequest`. And then make the client can populate these
`extraProperties` through spark conf. So that we can inject special access
checkers (not part of the code base of uniffle) for business requirements.
```protobuf
message AccessInfo {
string accessId = 1;
repeated string tags = 2;
map<string, string> extraProperties;
}
```
--
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]