Skip to content

Commit

Permalink
Merge pull request #1752 from edx/ihassan/GSRE-1490_fix_saml_job
Browse files Browse the repository at this point in the history
fix: fix saml ssl expiration job
  • Loading branch information
syedimranhassan authored Apr 2, 2024
2 parents 6a1d975 + 230ec85 commit 6b87727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/resources/saml-ssl-expiration-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ set +x

export SSL=$($SAML_SECRET | sed 's/\\"/"/g' | jq -r ".$SECRET_KEY")

python saml-ssl-expiration-check.py -d $DAYS -v SSL -e $REGION
python saml-ssl-expiration-check.py -d $DAYS -v SSL -e $REGION -k $SECRET_KEY

0 comments on commit 6b87727

Please sign in to comment.