-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
Details
- FLE currently echos all env variables to a local script and sources them inline in the next section of yaml that runs the test.
- All of the variables are constructed from EVG replacement variables and can be passed to the scripts that need them with the env: object for subprocess.exec.
- Migrating these variables to better be ferrried along to the scripts that need them make running the tests locally reasonable since there would be no special scripting embedded in our EVG config.
AC
- Move the <<EOT > prepare_client_encryption.sh blocks into scripts as needed and env: variable yaml blocks
- Attempt to get the scripts in a state where running locally is reasonably achievable
- related to
-
NODE-5507 Use AWS Secrets Manager for Evergreen Test Secrets
- Backlog