Revert "fix: remove deprecated MINIO_ACCESS_KEY, MINIO_SECRET_KEY envs (#12173)"

This reverts commit b0baaeaa3d.
This commit is contained in:
Harshavardhana
2021-04-29 10:55:05 -07:00
parent 091845df39
commit 8cd89e10ea
8 changed files with 52 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ COPY dockerscripts/docker-entrypoint.sh /usr/bin/
COPY minio /usr/bin/
ENV MINIO_UPDATE=off \
MINIO_ACCESS_KEY_FILE=access_key \
MINIO_SECRET_KEY_FILE=secret_key \
MINIO_ROOT_USER_FILE=access_key \
MINIO_ROOT_PASSWORD_FILE=secret_key \
MINIO_KMS_SECRET_KEY_FILE=kms_master_key