User Guide
Synapse-Utils User Guide
Synapse-Utils adds new Storm commands for helping with various common operations.
Getting Started
Check with your Admin to enable permissions.
Examples
Add a predefined role
To add a predefined role to your Cortex:
> utils.roles.add power-user
Added power-user role as 'power-user'
By default the name of the added role will be the same as the role type.
The --name
argument can be used to specify a different name:
> utils.roles.add power-user --name useradmin
Added power-user role as 'useradmin'
List the predefined roles available
> utils.roles.list
power-user
- auth.user.add
- auth.user.del
- auth.user.grant
- auth.user.revoke
- auth.user.set.email
- auth.user.set.locked
- auth.user.set.passwd