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

HCVault: refactor test to avoid using docker #648

Open
souleb opened this issue May 11, 2022 · 0 comments · May be fixed by #658
Open

HCVault: refactor test to avoid using docker #648

souleb opened this issue May 11, 2022 · 0 comments · May be fixed by #658
Labels
area/sops SOPS related issues and pull requests

Comments

@souleb
Copy link
Member

souleb commented May 11, 2022

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.

@souleb souleb added the area/sops SOPS related issues and pull requests label May 11, 2022
@somtochiama somtochiama linked a pull request May 23, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/sops SOPS related issues and pull requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant