@@ -28,40 +28,40 @@ enterprise:
2828 # Don't have one? Obtain 90-day free trial at https://stackstorm.com/#product
2929 license : " "
3030
31- # StackStorm Role Based Access Control settings (https://docs.stackstorm.com/rbac.html)
32- rbac :
33- # Custom StackStorm RBAC roles, shipped in '/opt/stackstorm/rbac/roles/'
34- # See https://docs.stackstorm.com/rbac.html#defining-roles-and-permission-grants
35- roles :
36- sample.yaml : |
37- # sample RBAC role file, see https://docs.stackstorm.com/rbac.html#defining-roles-and-permission-grants
38- ---
39- name: "sample"
40- description: "Example Role which contains no permission grants and serves for demonstration purposes"
31+ # StackStorm Role Based Access Control settings (https://docs.stackstorm.com/rbac.html)
32+ rbac :
33+ # Custom StackStorm RBAC roles, shipped in '/opt/stackstorm/rbac/roles/'
34+ # See https://docs.stackstorm.com/rbac.html#defining-roles-and-permission-grants
35+ roles :
36+ sample.yaml : |
37+ # sample RBAC role file, see https://docs.stackstorm.com/rbac.html#defining-roles-and-permission-grants
38+ ---
39+ name: "sample"
40+ description: "Example Role which contains no permission grants and serves for demonstration purposes"
4141
42- # Custom StackStorm RBAC role assignments, shipped in '/opt/stackstorm/rbac/assignments/'
43- # See: https://docs.stackstorm.com/rbac.html#defining-user-role-assignments
44- assignments :
45- st2admin.yaml : |
46- ---
47- username: st2admin
48- roles:
49- - system_admin
50- stanley.yaml : |
51- ---
52- username: stanley
53- roles:
54- - admin
42+ # Custom StackStorm RBAC role assignments, shipped in '/opt/stackstorm/rbac/assignments/'
43+ # See: https://docs.stackstorm.com/rbac.html#defining-user-role-assignments
44+ assignments :
45+ st2admin.yaml : |
46+ ---
47+ username: st2admin
48+ roles:
49+ - system_admin
50+ stanley.yaml : |
51+ ---
52+ username: stanley
53+ roles:
54+ - admin
5555
56- # StackStorm RBAC LDAP groups-to-roles mapping rules, shipped in '/opt/stackstorm/rbac/mappings/'
57- # See RBAC Roles Based on LDAP Groups: https://docs.stackstorm.com/rbac.html#automatically-granting-roles-based-on-ldap-group-membership
58- mappings :
59- # stormers.yaml: |
60- # ---
61- # group: "CN=stormers,OU=groups,DC=stackstorm,DC=net"
62- # description: "Automatically grant admin role to all stormers group members."
63- # roles:
64- # - "admin"
56+ # StackStorm RBAC LDAP groups-to-roles mapping rules, shipped in '/opt/stackstorm/rbac/mappings/'
57+ # See RBAC Roles Based on LDAP Groups: https://docs.stackstorm.com/rbac.html#automatically-granting-roles-based-on-ldap-group-membership
58+ mappings :
59+ # stormers.yaml: |
60+ # ---
61+ # group: "CN=stormers,OU=groups,DC=stackstorm,DC=net"
62+ # description: "Automatically grant admin role to all stormers group members."
63+ # roles:
64+ # - "admin"
6565
6666# #
6767# # Service Account
0 commit comments