Skip to content

Commit

Permalink
Merge pull request #1680 from edx/nadeem/fix_saml_check_script
Browse files Browse the repository at this point in the history
fix: SSL environment variable passed as an argument
  • Loading branch information
nadeemshahzad authored Oct 19, 2023
2 parents e68a2f0 + 50d6f31 commit 9d897c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions devops/resources/saml-ssl-expiration-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ set +x

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

set -x

python saml-ssl-expiration-check.py -d $DAYS -v $SSL
python saml-ssl-expiration-check.py -d $DAYS -v SSL

0 comments on commit 9d897c6

Please sign in to comment.