Replies: 2 comments 1 reply
-
There were no plans. Do you have an API in mind? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @koote not necessarily something you'd want to do in prod. But you probably could pass down an http.Client with a custom transport that logs out the response body. I'm facing the same error as you and hope to solve it this way. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hit a JSON deserialization error
failed to unmarshal JWK set
insidejwk.Fetch
when running in production environment, obviously the response body is not in JSON format, I've check the/certs
endpoint and tried to download using browser, everything works fine on my local computer as well as the test environment, I cannot repo this in a non-production environment, also there is no way to dump the content of response body when callingjwk.Fetch
, is there a plan to add this feature? Thanks.Beta Was this translation helpful? Give feedback.
All reactions