StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 77 forks source link

Add support for RBAC mappings #319

Closed mamercad closed 2 years ago

mamercad commented 2 years ago

Fixes #318.

mamercad commented 2 years ago

FWIW; I'm running this branch locally 😄

mamercad commented 2 years ago

Err; I think indent(2) only indents the first line ...

mamercad commented 2 years ago

My deployment is breaking now (as far as RBAC mappings go), here's one of the diffs:

-group: redacted
-roles:
-- admin
+  group: redacted
+  roles:
+  - admin
mamercad commented 2 years ago

After reverting indent(2), my deployment is happy again.