Skip to content

Commit

Permalink
Merge pull request #65 from JamesWoolfenden/temp
Browse files Browse the repository at this point in the history
silly fix for dumb tools
  • Loading branch information
JamesWoolfenden authored Dec 14, 2023
2 parents 5bd6747 + a4d470f commit 3c93ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/backup/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function handler(event) {

//Secret key used to verify JWT token.
//Update with your own key.
var key = "LzdWGpAToQ1DqYuzHxE6YOqi7G3X2yvNBot9mCXfx5k";
var key = "dummy";

// If no JWT token, then generate HTTP redirect 401 response.
if(!request.querystring.jwt) {
Expand Down

0 comments on commit 3c93ef7

Please sign in to comment.