File tree Expand file tree Collapse file tree 7 files changed +0
-272
lines changed
Expand file tree Collapse file tree 7 files changed +0
-272
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ manage_tabs_enabled:
3232 - provisioning
3333 - sram
3434 - organisation
35- - sfo
36- - institution
3735manage_docker_networks :
3836 - name : loadbalancer
3937manage_server_restart_policy : always
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 - " /opt/openconext/manage/metadata_templates"
1212 - " /opt/openconext/manage/policies"
1313
14- - name : Copy Stepup stepup_config.json from inventory
15- ansible.builtin.copy :
16- src : " {{ inventory_dir }}/files/manage/stepup_config.json"
17- dest : " /opt/openconext/manage/stepup_config.json"
18- owner : " root"
19- group : " root"
20- mode : " 0644"
21- notify : restart manageserver
22-
2314- name : Import the mongo CA file
2415 ansible.builtin.copy :
2516 src : " {{ inventory_dir }}/secrets/mongo/mongoca.pem"
123114 - source : /opt/openconext/manage/__cacert_entrypoint.sh
124115 target : /__cacert_entrypoint.sh
125116 type : bind
126- - source : /opt/openconext/manage/stepup_config.json
127- target : /stepup_config.json
128- type : bind
129-
130117 command : " java -jar /app.jar -Xmx512m --spring.config.location=./config/"
131118 etc_hosts :
132119 host.docker.internal : host-gateway
Original file line number Diff line number Diff line change @@ -53,20 +53,11 @@ push:
5353 user: {{ pdp.username }}
5454 password: "{{ pdp.password }}"
5555 enabled: {{ manage.pdp_push_enabled }}
56- stepup:
57- url: https://middleware.{{ base_domain }}
58- user: {{ manage.middleware_user }}
59- configuration_file: "file:///stepup_config.json"
60- password: {{ manage_middleware_password }}
61- enabled: {{ manage.stepup_push_enabled }}
62-
6356
6457product:
6558 name: Manage
6659 organization: {{ instance_name }}
6760 service_provider_feed_url: {{ manage_service_provider_feed_url }}
68- jira_base_url: https://servicedesk.surf.nl/jira/browse/
69- jira_ticket_prefixes: CXT,SD
7061 supported_languages: {{ supported_language_codes }}
7162 show_oidc_rp: {{ manage_show_oidc_rp_tab }}
7263
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments