We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It shows a PANIC with connection refused, but it would be helpful to include in the error message that it is trying to connect to redis specifically.
PANIC
connection refused
2021-11-03T12:54:43.331-0400 PANIC api/api.go:165 dial tcp 127.0.0.1:6379: connect: connection refused github.com/sigstore/rekor/pkg/api.ConfigureAPI
The text was updated successfully, but these errors were encountered:
More verbose error message for redis connection failure (sigstore#479)
913a09e
Signed-off-by: Lily Sturmann <lsturman@redhat.com>
More verbose error message for redis connection failure (#479) (#480)
0d3023a
Successfully merging a pull request may close this issue.
It shows a
PANIC
withconnection refused
, but it would be helpful to include in the error message that it is trying to connect to redis specifically.The text was updated successfully, but these errors were encountered: