Skip to content

Commit 135dd86

Browse files
committed
1 parent a4c1ac6 commit 135dd86

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

roles/manage/defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ manage_manage_provision_samlsp_sp_cert: ""
2121
manage_manage_provision_samlsp_trusted_proxy: false
2222
manage_manage_provision_samlsp_sign: false
2323
manage_provision_push: false
24+
manage_super_user_attribute_name: is-member-of
2425
manage_tabs_enabled:
2526
- saml20_idp
2627
- saml20_sp

roles/manage/templates/application.yml.j2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ security:
6666
backdoor_user_name: {{ manage.backdoor_api_user }}
6767
backdoor_password: "{{ manage_backdoor_api_password }}"
6868
api_users_config_path: file://{{ manage_dir }}/manage-api-users.yml
69-
super_user_team_names: {{ manage.super_user_team_names }}
70-
69+
super_user_attribute_name: {{ manage_super_user_attribute_name }}
70+
super_user_values: {{ manage.super_user_team_names }}
71+
7172
crypto:
7273
development-mode: False
7374
public-key-location: file://{{ manage_dir }}/public_invite_key.pem

0 commit comments

Comments
 (0)