Skip to content

Commit e901a5e

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/620
2 parents aaf937c + 185743e commit e901a5e

File tree

9 files changed

+3
-273
lines changed

9 files changed

+3
-273
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
secrets_test.yml
33
.vagrant
44
.idea/
5+
56
.DS_Store
67
delme
78

roles/invite/templates/serverapplication.yml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ crypto:
7474
private-key-location: file:///private_key_pkcs8.pem
7575

7676
cron:
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 * * * *"
@@ -83,6 +82,8 @@ cron:
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

8788
myconext:
8889
uri: "https://login.{{ myconext_base_domain }}/myconext/api/invite/provision-eduid"

roles/manage/defaults/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ manage_tabs_enabled:
3232
- provisioning
3333
- sram
3434
- organisation
35-
- sfo
36-
- institution
3735
manage_docker_networks:
3836
- name: loadbalancer
3937
manage_server_restart_policy: always

roles/manage/files/metadata_templates/institution.template.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

roles/manage/files/metadata_templates/sfo.template.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

roles/manage/tasks/main.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@
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"
@@ -123,10 +114,6 @@
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

roles/manage/templates/application.yml.j2

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

6457
product:
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

roles/manage/templates/metadata_configuration/institution.schema.json.j2

Lines changed: 0 additions & 116 deletions
This file was deleted.

roles/manage/templates/metadata_configuration/sfo.schema.json.j2

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)