You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be amazing, testing this is kinda a nightmare; having to install etcd and kube-apiserver and having to pollute our dev environment with temporary directories which may or may not be cleaned up on exit makes it kinda necessary to run them in containers, which IntelliJ thankfully supports, but having to somehow wire some container engine into the container just because some tests need this vault makes it kinda impossible again.
The test cases in internal/sops/hcvault/keysource_test.go use
"github.com/ory/dockertest"
to spin up a test vault server.We want to replace this to avoid having a dependency with docker. Instead we want to use a HVCault test server like https://pkg.go.dev/github.com/hashicorp/vault/vault#TestCluster.
The text was updated successfully, but these errors were encountered: