Skip to content
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

Fix MINIO_*_KEY deprecation warning and make server config more customizable #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Aug 12, 2021

about 4 months ago minio introduced a change that deprecated the variables MINIO_ACCESS_KEY and MINIO_SECRET_KEY and replaced them with MINIO_ROOT_USER and MINIO_ROOT_PASSWORD respectively. internally they are handled the same

this non-breaking change works well, because ansible users can just replace their variables and it still works without having to restart or redeploy the whole infra stack. (most likely)

during deployment we found that being able to set the minio_server_addr wasn't detailed enough, it's nice to split it into port + ip/fqdn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants