feat: opencloud group provisioning via oidc
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
6f4cc2bdb3
commit
aa8baad630
5 changed files with 37 additions and 0 deletions
|
|
@ -34,6 +34,16 @@
|
|||
when: opencloud_csp_extra_connect_src | length > 0 or opencloud_csp_extra_frame_src | length > 0
|
||||
notify: restart opencloud
|
||||
|
||||
- name: Create proxy role assignment config
|
||||
template:
|
||||
src: proxy.yaml.j2
|
||||
dest: "{{ opencloud_docker_volume_dir }}/config/proxy.yaml"
|
||||
owner: "1000"
|
||||
group: "1000"
|
||||
mode: '0644'
|
||||
when: opencloud_role_assignment_driver == "oidc" and opencloud_role_mapping | length > 0
|
||||
notify: restart opencloud
|
||||
|
||||
- name: Create draw.io extension apps directory
|
||||
file:
|
||||
path: "{{ opencloud_docker_volume_dir }}/data/web/assets/apps/draw-io"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue