Michael Li
Michael Li
This PR adds tests that use Vault as a credential store. A new enos scenario was created to spin up a vault instance alongside a boundary cluster. The test then...
This PR adds an e2e test for aliases. The test does the following - creates a target with an address - creates an alias to that target - connects to...
Similar to https://github.com/hashicorp/boundary/pull/4428, this PR adjusts a different `-session-max-seconds` tests to increase the buffer to allow for another second in duration.
This PR does a refactor in the e2e test suite to create a helper method for creating vault-generic credential libraries. It also continues the new pattern of returning `err` and...
This PR updates some GitHub Actions to use a Node20 version of the Action in order to avoid deprecation warnings.
This PR modifies some enos modules to define some docker container attributes to prevent the containers from being regenerated on a second `launch`/`terraform apply`. Currently, after launching a docker-based scenario,...
This PR makes some updates to `enos.vars.hcl` to clarify comments and make it easier to onboard. Some additional changes were included to accommodate these changes - `enos-local.vars.hcl` was added to...
This PR updates enos scenarios to output IP addresses for the resources it creates. This only applies to AWS-based scenarios. This PR also addresses a few issues related to multi-worker...
NOTE: WIP This PR is a continuation of the work started here: https://github.com/hashicorp/terraform-provider-boundary/pull/127 A new make target (`make data-sources`) was added to automatically generate data sources for the terraform provider....