Secure-Compliance-Solutions-LLC / GVM-Docker

Greenbone Vulnerability Management Docker Image with OpenVAS
https://securecompliance.gitbook.io/projects/
MIT License
248 stars 91 forks source link

Add Support for Swarm Secrets #215

Closed Dexus closed 3 years ago

Dexus commented 3 years ago

resolves #214

based on #213 and should be merged before this PR

This PR add 2 more toggles:

--build-arg PASSWORD_FILE=/run/secret/dockersecret_for_gvmd and --build_arg DB_PASSWORD_FILE=/run/secret/dockersecret_for_pgdb

also for the exec/run command -e PASSWORD_FILE=/run/secret/dockersecret_for_gvmd and -e DB_PASSWORD_FILE=/run/secret/dockersecret_for_pgdb

This can also merged to dev and together with #213 merged then to master.

austinsonger commented 3 years ago

@Dexus can you take a look at "This branch has conflicts that must be resolved" on the Pull Request.

Dexus commented 3 years ago

Yeah will later have a look 👀

Am 09.07.2021 um 17:09 schrieb Austin Songer @.***>:

 @Dexus can you take a look at "This branch has conflicts that must be resolved" on the Pull Request.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

Dexus commented 3 years ago

@austinsonger its rebased and fixed