The test cases in [internal](https://github.com/fluxcd/kustomize-controller/tree/main/internal)/[sops](https://github.com/fluxcd/kustomize-controller/tree/main/internal/sops)/[hcvault](https://github.com/fluxcd/kustomize-controller/tree/main/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.