PermalinkCreate a New Role with Custom Permissions
PermalinkPrerequisites
- Authentication and RBAC are enabled, following the Getting Started guide
- Logged in as the Super Admin
or a user that has
/admins
and/rbac
read and write access.
PermalinkCreate a New Role with Custom Permissions
-
On the Admins page, to create a new Role, click the Add Role button at the top right of the list of Roles.
-
On the Add Role form, name the Role according to the Permissions you want to grant. Write a brief comment describing the Permissions of the Role.
-
Click the Add Permissions button and fill out the form. Add the endpoint Permissions by marking the appropriate checkbox.
-
Click Add Permission to Role to see the Permissions listed on the form.
-
To forbid access to certain endpoints, click Add Permission again and use the negative checkbox.
-
See the new Role appear on the Admins page
⚠️ IMPORTANT: Every Admin who needs access to Kong Manager will need at
least read
access to the home “/
” endpoint.
⚠️ IMPORTANT: A negative Permission will always take precedence over a positive one.