opencast / opencast-docker

Dockerfiles for Opencast
https://quay.io/organization/opencast/
Educational Community License v2.0
41 stars 36 forks source link

Add ability to pass secret environment variables by file #102

Closed mtneug closed 5 years ago

mtneug commented 5 years ago

Adds a <var_FILE> variant for these variables:

ORG_OPENCASTPROJECT_SECURITY_ADMIN_PASS
ORG_OPENCASTPROJECT_SECURITY_DIGEST_PASS
ORG_OPENCASTPROJECT_DB_JDBC_PASS
ACTIVEMQ_BROKER_PASSWORD

This allows to set sensitive environment variables indirect by the contents of a file.

Fixes #98