woodpecker/docs/docs
Lukas Bachschwell 09e6460f95
Allow loading sensitive flags from files (#815)
With systems like docker swarm or docker compose it is usually a little awkward to manage secrets. 
There is no way to directly inject them into the environment config. So you often have to write your secrets directly into the compose file

There are hacky workarounds such as overriding the entry-point of the container and loading a script which then fetches secrets from /run/secrets and replaces the environment variables, but this becomes very difficult once we are using docker images built from "scratch" (which is a really great practice otherwise) as there is no shell or standard tooling available

This adds a *_FILE variant of their Environment config values to work around this issue.

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2022-03-01 16:09:33 +01:00
..
20-usage Add hint for not visibles trusted option in project settings for non-admins (#807) 2022-02-26 15:01:51 +01:00
30-administration Allow loading sensitive flags from files (#815) 2022-03-01 16:09:33 +01:00
92-development Update dev-docs & improve migration code (#670) 2022-01-08 20:21:22 +01:00
10-intro.md Update docker hub link (#779) 2022-02-20 21:47:49 +01:00
40-cli.md [Docs] Migrate docs framework to Docusaurus (#282) 2021-09-11 17:10:32 +02:00
80-downloads.md Update 80-downloads.md (#691) 2022-01-16 00:26:55 +01:00
91-migrations.md Remove unused flags / options (#693) 2022-01-31 15:38:00 +01:00
92-awesome.md Add awesome page (#744) 2022-02-04 10:53:03 +01:00
woodpecker.png Update README (#560) 2021-12-03 15:36:22 +01:00