-
Notifications
You must be signed in to change notification settings - Fork 172
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
CI: test against n-2 versions of Vault #604
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking this on. The same comments that I made in hashicorp/vault-csi-provider#249 also apply here, but again I am happy either way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just a couple of nits
test/kind/config.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file being used? Looks like the tests are using the kind config from the vault-helm checkout?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, it was leftover from a previous attempt to make the tests more self contained. Unfortunately, running the tests locally requires pulling in vault-helm, and doing lots of manual setup.
Removed it.
75c35f9
to
e663af2
Compare
@tvoran should be good for another pass. Thanks! |
7423376
to
c4b2432
Compare
cb364e3
to
892d419
Compare
This PR add support for testing the VAI against n-2 versions of Vault. It is adapted from the work done in the vault-secrets-operator project.
Relates to hashicorp/vault-csi-provider#249