Assigning a role to a user

To assign a role to a specific user, execute the following command:

kesl-control [-U] --grant-role <role> <user>

Example:

Assign the audit role to user test15:

kesl-control --grant-role audit test15

Page top