default roles

6 views
Skip to first unread message

Jim Richard

unread,
2:57 PM (8 hours ago) 2:57 PM
to rundeck-discuss
out of the box you get an admin user with these roles as defined in realm.properties
user,admin,architect,deploy,build

where are those roles defined?

especially "build" and "deploy"

rac...@rundeck.com

unread,
3:29 PM (8 hours ago) 3:29 PM
to rundeck-discuss

Hi,

Those roles are example roles defined there in the realm.properties file. You can use them or create custom roles, like:

user:password,role1,role2,role3,roleN

For instance, I created a new user named bob with the devops role.

bob:password,devops

Also, you can assign, multiple roles to that user:

bob:password,devops,runner

The role is defined there, you don’t need to define it in another place.

Of course, you will need an ACL to give permissions to your new user/role) More info here.

Here you can check some examples.

Also, you can add more roles to existing users, like:

user:password,user,devops

You can learn more about the realm.properties file here.

Hope it helps!

Reply all
Reply to author
Forward
0 new messages