Skip to content

Commit 18977f0

Browse files
committed
removed secret logging
1 parent 9e1d2b9 commit 18977f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lambdas/shared/src/common/authentication.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def get_service_secrets(self):
4040
def create_jwt(self, now: int):
4141
logger.info("create_jwt")
4242
secret_object = self.get_service_secrets()
43-
logger.info(f"Secret object: {secret_object}")
4443
claims = {
4544
"iss": secret_object['api_key'],
4645
"sub": secret_object['api_key'],

0 commit comments

Comments
 (0)