vault/sdk/helper/testcluster/docker
gkoutsou 255db7aab1
Add ENVs using NewTestDockerCluster (#27457)
* Add ENVs using NewTestDockerCluster

Currently NewTestDockerCluster had no means for setting any
environment variables. This makes it tricky to create test
for functionality that require thems, like having to set
AWS environment variables.

DockerClusterOptions now exposes an option to pass extra
enviroment variables to the containers, which are appended
to the existing ones.

* adding changelog

* added test case for setting env variables to containers

* fix changelog typo; env name

* Update changelog/27457.txt

Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>

* adding the missing copyright

---------

Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
2024-08-16 13:18:47 -07:00
..
cert.go Add support for docker testclusters (#20247) 2023-04-24 14:25:50 -04:00
environment_test.go Add ENVs using NewTestDockerCluster (#27457) 2024-08-16 13:18:47 -07:00
environment.go Add ENVs using NewTestDockerCluster (#27457) 2024-08-16 13:18:47 -07:00
replication.go OSS portion of additional DR failover tests (#20842) 2023-05-30 08:41:33 -07:00