-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wiretap crashing on invalid memory address #134
Comments
This issue is coming from another library we depend on for validating schemas: https://github.com/santhosh-tekuri/jsonschema The top four elements of the stack trace, are all from this library getting upset about trying to validate a schema against an object coming into wiretap. I do not know what is causing the issue, there is no way to tell what did what. I would need to see an example request/response and the schema for that request/response as defined in the OpenAPI spec. There is a way for wiretap to short circuit things if we know what schema element is breaking the underlying library. There is a nil pointer somewhere, but it could be anything. Please send the details to support [at] pb33f.io if you do not wish to share publicly. |
Hey @daveshanley. I'm getting the same error with this request, using the OAS doc I sent you yesterday:
You can probably disregard the custom header. We use it to run the API locally, bypassing an AWS Lambda authorizer. The base64-encoded string is an authorizer event instance. |
Can you re-try this with |
I am getting the following error for hitting my endpoint via
http://localhost:9090
Due to compliance issues I'm not able to share the API file but would love to provide more information as required.
This seems to have come after #132
The text was updated successfully, but these errors were encountered: