EdColeman commented on PR #3118: URL: https://github.com/apache/accumulo/pull/3118#issuecomment-1351989388
How about ``` ACCUMULO_HAS_ALL:MODIFY_PRIVATE:READ_NOT_PRIVATE /accumulo/4adfbde7-2578-4201-9f3e-d7d89cf2d69e cdrwa:accumulo, r:anyone ACCUMULO_HAS_ALL:MODIFY_PRIVATE:READ_PRIVATE /accumulo/4adfbde7-2578-4201-9f3e-d7d89cf2d69e/tables/+rep/config cdrwa:accumulo ACCUMULO_HAS_ALL:MODIFY_NOT_PRIVATE:READ_NOT_PRIVATE /accumulo/instances cdrwa:anyone ACCUMULO_HAS_ALL:MODIFY_PRIVATE:READ_NOT_PRIVATE /accumulo/instances/uno cdrwa:accumulo, r:anyone ``` If Accumulo does not have ALL (upgrade would fail) ``` ERROR_ACCUMULO_REQUIRES_ALL:MODIFY_PRIVATE:READ_PRIVATE /accumulo/4adfbde7-2578-4201-9f3e-d7d89cf2d69e/tables/+rep/config r:accumulo ``` -- 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]
