Add KMS master key from Docker secret (#7825)

This commit is contained in:
Lucas
2019-07-17 21:55:26 +02:00
committed by kannappanr
parent 55dd017e62
commit ea66a52ed1
5 changed files with 40 additions and 4 deletions

View File

@@ -16,7 +16,8 @@ FROM alpine:3.9
ENV MINIO_UPDATE off
ENV MINIO_ACCESS_KEY_FILE=access_key \
MINIO_SECRET_KEY_FILE=secret_key
MINIO_SECRET_KEY_FILE=secret_key \
MINIO_SSE_MASTER_KEY_FILE=sse_master_key
EXPOSE 9000