Skip to content

Commit

Permalink
fix: fix saml ssl exipration job
Browse files Browse the repository at this point in the history
  • Loading branch information
syedimranhassan authored Apr 2, 2024
1 parent 6a1d975 commit 230ec85
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 230ec85

Please sign in to comment.