sigstore-the-local-way
sigstore-the-local-way copied to clipboard
Rekor server - redis not found
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?