bank-vaults / vault-sdk

Go libraries for interacting with Hashicorp Vault
Apache License 2.0
11 stars 4 forks source link

Merge Vault and Bao injector tests into one job once OpenBao is stable #428

Open csatib02 opened 3 weeks ago

csatib02 commented 3 weeks ago

Preflight Checklist

Problem Description

Currently the CI workflow consists of separate jobs for Vault and Bao injectors because Bao injector still has underlying dependencies tied to VAULT env-vars. Once those are handled, we should be able to run the tests together.

Proposed Solution

Run the tests together once OpenBao is stable, and free of Vault env-var dependencies.

Alternatives Considered

No response

Additional Information

No response

csatib02 commented 3 weeks ago

Tracking: https://github.com/bank-vaults/vault-sdk/pull/423