Skip to content
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

Validate Input Parameters #463

Open
lindluni opened this issue Oct 6, 2020 · 0 comments
Open

Validate Input Parameters #463

lindluni opened this issue Oct 6, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@lindluni
Copy link

lindluni commented Oct 6, 2020

While deploying IBP with an HSM integration, I mistyped the variable name for the hsm.pkcs11endpoint. The result was that the endpoint was an empty string. The resultant error was read timeout which implied I had the wrong endpoint, or nothing was listening on the endpoint.

The underlying modules that require hsm information should parse the address to validate that it is at least properly formed, and if not can propagate a proper error back to the client. For example: https://stackoverflow.com/a/38020041/11352925

@sstone1 sstone1 added the enhancement New feature or request label Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants