File tree Expand file tree Collapse file tree 9 files changed +3
-273
lines changed
Expand file tree Collapse file tree 9 files changed +3
-273
lines changed Original file line number Diff line number Diff line change 22secrets_test.yml
33.vagrant
44.idea /
5+
56.DS_Store
67delme
78
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ crypto:
7474 private-key-location: file:///private_key_pkcs8.pem
7575
7676cron:
77- node-cron-job-responsible: {{ invite_cronjobmaster }}
7877 user-cleaner-expression: "0 0/30 * * * *"
7978 last-activity-duration-days: 1000
8079 role-expiration-notifier-expression: "0 0/30 * * * *"
8382 metadata-resolver-initial-delay-milliseconds: 1
8483 metadata-resolver-fixed-rate-milliseconds: 86_400_000
8584 metadata-resolver-url: "https://metadata.{{ base_domain }}/idps-metadata.xml"
85+ # A value of 0 means no logs will be deleted
86+ purge-audit-log-days: 365
8687
8788myconext:
8889 uri: "https://login.{{ myconext_base_domain }}/myconext/api/invite/provision-eduid"
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