Merged in add-advisory-to-readme (pull request #133)

Add usage advisory

Approved-by: Eugene Ivantsov
This commit is contained in:
Dylan Rathbone 2023-04-10 22:20:34 +00:00
commit a9ea878fdb

View File

@ -322,6 +322,10 @@ management technology, and is beyond the scope of this documentation.
this behaviour. this behaviour.
* `ATL_UNSET_SENSITIVE_ENV_VARS` (default: true) * `ATL_UNSET_SENSITIVE_ENV_VARS` (default: true)
**WARNING:** When using this property, the values to sensitive environment variables (see below) will
be available in clear text on the host OS. As such, this data may be exposed to users or processes
running on the host OS.
Define whether to unset environment variables containing keywords 'PASS', 'SECRET' or 'TOKEN'. Define whether to unset environment variables containing keywords 'PASS', 'SECRET' or 'TOKEN'.
The unset function is executed in the entrypoint. Set to `false` if you want to allow passing The unset function is executed in the entrypoint. Set to `false` if you want to allow passing