Skip to content

Commit 94e198c

Browse files
authored
Added purge-audit-log-days config parameter (#637)
See OpenConext/OpenConext-Invite#698
1 parent 3b2e298 commit 94e198c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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"

0 commit comments

Comments
 (0)