hashicorp / vault-secrets-operator

The Vault Secrets Operator (VSO) allows Pods to consume Vault secrets natively from Kubernetes Secrets.
https://hashicorp.com
Other
436 stars 89 forks source link

CI: test against vault-1.16.2 #715

Closed benashz closed 2 months ago

benashz commented 2 months ago

Move integration tests to a common action which removes the need to maintain includes/excludes filters.

Notes:

Follows on from a pattern set in https://github.com/hashicorp/vault-k8s/pull/604 and https://github.com/hashicorp/vault-csi-provider/pull/249