-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: migrate to MINIO_ROOT_USER/PASSWORD from ACCESS/SECRET_KEY #11185
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment
startup message probably needs to be changed. It still says
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Do not merge this yet, as we need to make a release right away after merging this PR. |
eef7915
to
fc8464b
Compare
Mint Automation
11185-e6905e4/mint-gateway-azure.sh.log:
11185-e6905e4/mint-gateway-nas.sh.log:
Deleting image on docker hub |
* Makes meaning more clear * see minio/minio#11185
* Use minio_user/minio_password to follow minio * See minio/minio#11185
* Makes meaning more clear * see minio/minio#11185
* Use minio_user/minio_password to follow minio * See minio/minio#11185
* Update minio * test, revise pre check to be more strict * needs all environment variables to be checked * Use MINIO_ROOT_USER/MINIO_ROOT_PASSWORD instead of deprecated env vars * MINIO_ACCESS_KEY and MINIO_SECRET_KEY are deprecated since version RELEASE.2021-04-22T15-44-28Z. * Note that the Terraform Provider will still accept the old variables. * provider, use user/password instead of root user/pwd * Makes meaning more clear * see minio/minio#11185 * Deprecate use of minio_access_key/minio_secret_key * Use minio_user/minio_password to follow minio * See minio/minio#11185 * tests, fixup use of temporary MINIO_ROOT_USER variable * Update MinIO image * Update MinIO Variables in `serviceaccount` resource Co-authored-by: Victor Nogueira <felladrin@gmail.com>
Description
feat: migrate to MINIO_ROOT_USER/PASSWORD from ACCESS/SECRE_KEY
Motivation and Context
Newly agreed on environment variables to be more indicative of what they are
intended for any their actual meaning.
How to test this PR?
Older envs should be still supported, new ENVs if set overrides old ENVs
Types of changes
Checklist:
commit-id
orPR #
here)