Caiyeon/goldfish

How do I run this locally to connect to my cloud Vault?

booboothefool opened this issue · 0 comments

I have a Vault running on Kubernetes that I port forward to https://localhost:8200. I have the TLS cert and the token on hand. I am able to connect to this with the official Vault UI and djenriquez/vault-ui.

I would like to run Goldfish locally and connect to this, however it has not been clear to me what I'm supposed to configure before I run npm run dev to properly connect. I get 500/502 errors.

Any advice? Thank you.