notice
This is documentation for Rasa X Documentation v0.40.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (1.1.x).
Role-Based Access Control
Rasa Enterprise Feature
Ready for Rasa Enterprise? Schedule a technical demo ->
When setting up Rasa Enterprise, you create users as follows:
- Docker-Compose
- Helm Chart
You can use the rasa_x_commands.py
script to create as many users as you want.
These users will sign in with the username and password you created for them, and
they can change their password any time they log in.
New users are automatically created when they first sign in via single sign-on (SSO).
Permission Management
By default, there are three user roles defined:
admin
, annotator
and tester
. Admin users can customize these roles and
assign users to them.
Use the User menu to navigate to the Manage Roles page. Here you can customize the permissions associated with each role, and also create new roles. Roles are defined by the set of permissions they grant. Here’s an overview of all permissions that can be assigned in Rasa Enterprise:
Category | “view” permissions | “modify” permissions |
---|---|---|
Test conversation | have a conversation with the assistant and see the user’s own conversation history | - |
Chat logs | view all users’ conversation history and apply filters; view conversation evaluations | flag conversations |
NLU training Data | view and download NLU training data and suggestions | create, delete, replace, update NLU training data; create, delete, update temporary intents and user goals |
Stories | view and download stories | create, delete, replace, update stories |
Responses | view response templates | create, delete, update response templates |
Models | view and pull models | train models; update model training config; create, delete, update model tags; create, delete Rasa NLU evaluations |
Analytics dashboard | view analytics dashboard | - |
Deployment environment | view deployment environments config | modify deployment environments config |
Default Roles
Use the User menu to navigate to the Manage Users page to assign users to roles.
These are the permissions granted to the three default roles:
Default role | Permissions |
---|---|
admin | all |
annotator | Test conversation: “view”; NLU training data: “view” and “modify”; Responses: “view” and “modify”; Stories: “view” and “modify” |
tester | Test conversation: “view” |