Replies: 1 comment 5 replies
-
|
Can you confirm what version of registry you are deploying? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are working with ApiCurio running on kubernetes
when calling the registry url with bad parameters (for example apis/registry/v2/groups/default/artifacts/123 where 123 doesn't exist)
the error response is huge and include stacktrace
I tried to set REGISTRY_API_ERRORS_INCLUDE_STACKTRACE and SCHEMA_REGISTRY_API_ERRORS_INCLUDE_STACKTRACE to false (even though it looks like it should be false by default), but for some reason this doesn't solve the issue.
is there a way to remove this data from the error response?
thanks
Beta Was this translation helpful? Give feedback.
All reactions