You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 wasread 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
The text was updated successfully, but these errors were encountered: