Josh Elser created ACCUMULO-3430: ------------------------------------ Summary: Append authorization option to setauths command Key: ACCUMULO-3430 URL: https://issues.apache.org/jira/browse/ACCUMULO-3430 Project: Accumulo Issue Type: Improvement Components: shell Reporter: Josh Elser Fix For: 1.7.0
This has come up time and time again: there's no way to add new authorizations to a user's existing authorizations. {{setauths}} only accepts a the full list of authorizations which a user can have. Implementing an append option to {{setauths}} would be trivial; however, it would be subject to a race condition (the user's authorizations change after the auths are fetched, but before the new auths are set). -- This message was sent by Atlassian JIRA (v6.3.4#6332)