Is this a docs issue?
Type of issue
I can't find what I'm looking for
Description
There's no explanation of how the content of an environment secret is going to appear inside the container once mapped in via a secret mount.
Location
https://docs.docker.com/build/ci/github-actions/secrets/
Suggestion
There are several possible filenames it could show up as, and in a file, especially in the case of multi-line environment variables, there's questions about line terminations and allowed character types.
Finally, there's no documentation about the file mode for the secret mount. Which users may access it if the container is not running internally as root.
Is this a docs issue?
Type of issue
I can't find what I'm looking for
Description
There's no explanation of how the content of an environment secret is going to appear inside the container once mapped in via a secret mount.
Location
https://docs.docker.com/build/ci/github-actions/secrets/
Suggestion
There are several possible filenames it could show up as, and in a file, especially in the case of multi-line environment variables, there's questions about line terminations and allowed character types.
Finally, there's no documentation about the file mode for the secret mount. Which users may access it if the container is not running internally as root.