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
9
roles/opencloud/templates/proxy.yaml.j2
Normal file
9
roles/opencloud/templates/proxy.yaml.j2
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
role_assignment:
|
||||
driver: oidc
|
||||
oidc_role_mapper:
|
||||
role_claim: {{ opencloud_role_assignment_oidc_claim }}
|
||||
role_mapping:
|
||||
{% for mapping in opencloud_role_mapping %}
|
||||
- role_name: {{ mapping.role_name }}
|
||||
claim_value: "{{ mapping.claim_value }}"
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue