Re: Using a different Command line tool

2018-07-12 Thread Anthony Young-Garner
I've updated the details of the proposed command line for Attribute Based Column Masking in the google doc linked on SENTRY-2227 . I'd welcome feedback, comment

Re: Using a different Command line tool

2018-04-12 Thread Alexander Kolbasov
I think this should be fine as long as we don't use both. BTW, do you know that there is also an interactive CLI - it would be nice if you add support there as well. - Alex On Mon, Apr 9, 2018 at 11:05 AM, Stephen Moist wrote: > Hey all, I’ve been prototyping out the ABAC CLI. The design of i

Using a different Command line tool

2018-04-09 Thread Stephen Moist
Hey all, I’ve been prototyping out the ABAC CLI. The design of it is to use sub commands for abac. So something like the following: bin/sentryShell -t abac policies add --attribute=pii --role=manager bin/sentryShell -t abac policies list —role=manager bin/sentryShell -t abac attributes list Th