We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1d2b9 commit 18977f0Copy full SHA for 18977f0
lambdas/shared/src/common/authentication.py
@@ -40,7 +40,6 @@ def get_service_secrets(self):
40
def create_jwt(self, now: int):
41
logger.info("create_jwt")
42
secret_object = self.get_service_secrets()
43
- logger.info(f"Secret object: {secret_object}")
44
claims = {
45
"iss": secret_object['api_key'],
46
"sub": secret_object['api_key'],
0 commit comments