hashicorp / vault-helm

Helm chart to install Vault and other associated components.
Mozilla Public License 2.0
1.05k stars 868 forks source link

injector: add cross namespace test #1014

Closed tvoran closed 2 months ago

tvoran commented 2 months ago

Adds a test for the injector to exercise a cross namespace secret sharing config. The test setup is based on this KB article. Auth's to namespace us-west-org and retrieves secrets from us-east-org.

Related to https://github.com/hashicorp/vault/pull/26386

tvoran commented 2 months ago

Thanks!