kimdre / doco-cd

Docker Compose Continuous Deployment
https://github.com/kimdre/doco-cd/wiki
Apache License 2.0
10 stars 0 forks source link

Docs: Add instructions on how to specify and use secrets #82

Open kimdre opened 1 month ago

kimdre commented 1 month ago

Secrets should never be committed to your Git Repositories.

Instead either

Maybe also add support for SOPS to the app so that sensitive data can be stored encrypted directly in the Git Repo? Since SOPS is also written in Go, the package could easily be integrated in the app.

maxexcloo commented 2 weeks ago

I think it would be cool to be able to assign secrets using the tool - I currently push docker secrets to the server using terraform (they’re generated there) and it would be nice to read them out using this tool to avoid having to mess around with the images themselves - not sure how this would work though, what was your idea for the second option?

kimdre commented 14 hours ago

Currently you can use these examples to use secrets: