Skip to content

Role

Create

Create new role configurations.

keyper resource create -t role -n test-role

This will create a role configuration file in the configs/<deployment name>/role/<uuid> directory:

{
  "base": {
    "created": "<timestamp>",
    "id": "<uuid>",
    "name": "test-role"
  },
  "type": "ROLE"
}

List

List existing role configurations.

keyper resource list -t role

# Roles:
# test-role