Managing user access
Use role-based access control (RBAC) in Puppet Remediate to ensure that each user has the access and permissions appropriate to their role on the team.
The "role" in role-based access control refers to a system of user roles, and each role contains permissions which define what a user can or can't do within Remediate. There are two default user roles: Administrator and Viewer.
Role | Username | Default password | Permissions |
---|---|---|---|
Administrator | admin | @Admin |
|
Viewer | viewer | @Admin |
|
To change the default passwords, run the following commands:
docker-compose run remediate set-admin-password
docker-compose run remediate set-viewer-password