From a4d470fa8ff24c6b9709cc1ae9e63980c05a9cf6 Mon Sep 17 00:00:00 2001 From: James Woolfenden Date: Thu, 14 Dec 2023 08:01:43 +0000 Subject: [PATCH] silly fix for dumb tools --- terraform/aws/backup/function.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/backup/function.js b/terraform/aws/backup/function.js index b00cc2e0..caf971d3 100644 --- a/terraform/aws/backup/function.js +++ b/terraform/aws/backup/function.js @@ -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) {