edgedb / edgedb-docker

Official Docker Image packaging for EdgeDB
83 stars 16 forks source link

Allow passing TLS cert/key in environment variables directly #27

Closed elprans closed 3 years ago

elprans commented 3 years ago

Not all orchestration environments make mounting secrets as files easy (looking at you ECS), so allow passing EDGEDB_TLS_CERT and EDGEDB_TLS_KEY data directly in environment variables.

Also, add tests.