Skip to content

Commit

Permalink
Don't send DAP expiry notices when DAP disabled
Browse files Browse the repository at this point in the history
Do not send DAP expiry notices if data access tokens
have been disabled.
  • Loading branch information
stsnel committed Sep 1, 2023
1 parent faa27e5 commit d31515e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/yoda_rulesets/tasks/yoda-ruleset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@
hour: '04'
day: '1'
job: '/bin/bash /etc/irods/yoda-ruleset/tools/notification/notification-data-access-token-expiry.sh >/dev/null 2>&1'
state: '{{ "present" if enable_tokens else "absent" }}'


- name: Find out if datarequest system collection exists
Expand Down

0 comments on commit d31515e

Please sign in to comment.