tink GRPC client panics on bad TINKERBELL_CERT_URL #324
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
Expected Behaviour
Tink should gracefully return error if it's not able to initialize the client.
Current Behaviour
Tink panics on bad
TINKERBELL_CERT_URL
environment variable.Steps to Reproduce (for bugs)
With CLI on latest master (a686336):
With unit tests:
Notice
TINKERBELL_CERT_URL
usingceert
instead of correctcert
, which works as expected (as set address has running Tink instance.The text was updated successfully, but these errors were encountered: