Getting Started - Users
Getting Started - Users
This tutorial is based on example code in the Welcome Projects.
Adding User accounts to Rundeck can be done in many ways. Runbook Automation supports Single Sign-On solutions, LDAP Authentication and a variety of other options.
The User Summary tab shows a list of users configured on the Rundeck system.
admin
This is the default administration account included with all Rundeck installations.alice
and betty
(and some of their friends) are configured by default with more restrictive rights. (the default password for all accounts is admin)
Follow the Exercise below to add your own user:
Our Enterprise product has a User Manager section that allows Rundeck admins to create local user accounts using a GUI interface.
To manage existing users or add an new one:[optional]
- Click System Settings (gear menu) > User Manager
- Choose Manage Local Users
- Edit/Add users as needed.
Manually adding users for the Community Project is not recommended for these exercises. More details how to configure users is located here.
After following the exercise above, confirm using these steps.
- Open a New Incognito Browser window. (e.g. File > New Incognito Window)
- Browse to http://localhost:4440 and login using
alice
and pw:admin
- Notice that the options under the System Menu (Gear Icon) are limited.
- Open the Welcome Project and Click Jobs. Alice can only run certain jobs indicated with the green play button.
These restrictions are implemented using Access Control Policies. The next step in the Tutorial covers ACLs.