Re: Recommended Permissions

2022-12-16 Thread Christopher
These could be better documented. It's been awhile since I've thought about these, but I think: SystemPermission.SYSTEM - basically permits superuser access to perform most operations. However, this does not allow automatic access to tables. A user with this permission, however, can grant themselv

Recommended Permissions

2022-12-15 Thread Logan Jones
Hello: I'm working on updating our security posture for our various Accumulo users. I took a look at the Permissions Page along with the Java docs for SystemPermission