What's on this page

Manage Roles

Pre-requisites

To complete this guide you will need:

Find Role Configuration

  1. Login to the Vault UI for your TNC-O system and navigate to the secrets engine named lm

  2. Navigate to the secret named ishtar

  3. Find the existing roles configuration in the JSON at:

    alm:
      roles:
        ...
    

Add a role

Add a role by adding a new entry under the roles key:

alm:
  roles:
    MyNewRole:
      ldapGroups:
      - MyRole
      privileges:
        NsinstsMgt: read,write

You must restart the ishtar service for the changes to take affect.

For a list of available privileges, see Available Privileges