We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c879bd commit 01824eeCopy full SHA for 01824ee
1 file changed
src/planet_auth/oidc/token_validator.py
@@ -106,7 +106,7 @@ def _update(self):
106
try:
107
new_keys_by_id[json_key["kid"]] = jwt.PyJWK(jwk_data=json_key)
108
except jwt.PyJWKError as pyjwke:
109
- auth_logger.warning(
+ auth_logger.debug(
110
msg="Error while loading key from JWKS endpoint. Any attempt to verify tokens signed with this key will fail. Error: {}".format(
111
str(pyjwke)
112
),
0 commit comments