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

Rekor server - redis not found #16

Open
iamulya opened this issue Mar 17, 2023 · 0 comments
Open

Rekor server - redis not found #16

iamulya opened this issue Mar 17, 2023 · 0 comments

Comments

@iamulya
Copy link

iamulya commented Mar 17, 2023

While trying to run rekor server using the following command: $HOME/go/bin/rekor-server serve --trillian_log_server.port=8091 --enable_retrieve_api=false, I ran into the following issue regarding redis

PANIC   api/api.go:140  failure connecting to redis instance: dial tcp 127.0.0.1:6379: connect: connection refused
github.com/sigstore/rekor/pkg/api.ConfigureAPI
        /home/gitpod/sigstore-local/src/rekor/pkg/api/api.go:140
github.com/sigstore/rekor/cmd/rekor-server/app.glob..func1
        /home/gitpod/sigstore-local/src/rekor/cmd/rekor-server/app/serve.go:113
github.com/spf13/cobra.(*Command).execute
        /workspace/go/pkg/mod/github.com/spf13/[email protected]/command.go:920
github.com/spf13/cobra.(*Command).ExecuteC

Do we have to start a redis instance ourselves?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant