Skip to content

Commit

Permalink
Added super team names for manage
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 12, 2024
1 parent a308985 commit 48cfadf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/template/group_vars/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ manage:
push_after_migration: false
features: push, validation, push_preview, orphans, find_my_data, edugain, auto_refresh
environment: template
super_user_team_names: "urn:collab:group:test.surfteams.nl:nl:surfnet:diensten:surfconext_tpm_core"
apiUsers:
- {
name: "dashboard",
Expand Down
1 change: 1 addition & 0 deletions environments/vm/group_vars/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ manage:
oidc_push_enabled: true
features: push, validation, push_preview, orphans, find_my_data, edugain, auto_refresh
environment: vm
super_user_team_names: "urn:collab:group:vm.surfteams.nl:nl:surfnet:diensten:surfconext_tpm_core"
apiUsers:
- {
name: "dashboard",
Expand Down
1 change: 1 addition & 0 deletions roles/manage-server/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ security:
backdoor_user_name: {{ manage.backdoor_api_user }}
backdoor_password: {{ manage_backdoor_api_password }}
api_users_config_path: file://{{ manage_dir }}/manage-api-users.yml
super_user_team_names: {{ manage.super_user_team_names }}

crypto:
development-mode: False
Expand Down

0 comments on commit 48cfadf

Please sign in to comment.