We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2e298 commit 94e198cCopy full SHA for 94e198c
roles/invite/templates/serverapplication.yml.j2
@@ -74,7 +74,6 @@ crypto:
74
private-key-location: file:///private_key_pkcs8.pem
75
76
cron:
77
- node-cron-job-responsible: {{ invite_cronjobmaster }}
78
user-cleaner-expression: "0 0/30 * * * *"
79
last-activity-duration-days: 1000
80
role-expiration-notifier-expression: "0 0/30 * * * *"
@@ -83,6 +82,8 @@ cron:
83
82
metadata-resolver-initial-delay-milliseconds: 1
84
metadata-resolver-fixed-rate-milliseconds: 86_400_000
85
metadata-resolver-url: "https://metadata.{{ base_domain }}/idps-metadata.xml"
+ # A value of 0 means no logs will be deleted
86
+ purge-audit-log-days: 365
87
88
myconext:
89
uri: "https://login.{{ myconext_base_domain }}/myconext/api/invite/provision-eduid"
0 commit comments