Skip to content

Commit 4f3f8eb

Browse files
Merge branch 'main' into carl/doc-improvements
2 parents b781277 + 01824ee commit 4f3f8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/planet_auth/oidc/token_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _update(self):
106106
try:
107107
new_keys_by_id[json_key["kid"]] = jwt.PyJWK(jwk_data=json_key)
108108
except jwt.PyJWKError as pyjwke:
109-
auth_logger.warning(
109+
auth_logger.debug(
110110
msg="Error while loading key from JWKS endpoint. Any attempt to verify tokens signed with this key will fail. Error: {}".format(
111111
str(pyjwke)
112112
),

0 commit comments

Comments
 (0)