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

Deprecated minio variables in dev docker-compose #6324

Closed
kyrylogy opened this issue Sep 3, 2023 · 0 comments
Closed

Deprecated minio variables in dev docker-compose #6324

kyrylogy opened this issue Sep 3, 2023 · 0 comments
Assignees
Milestone

Comments

@kyrylogy
Copy link
Contributor

kyrylogy commented Sep 3, 2023

Description

MINIO_ACCESS_KEY and MINIO_SECRET_KEY are deprecated and give a warning. They have to be changed to MINIO_ROOT_USER and MINIO_ROOT_PASSWORD.

Steps to reproduce

Reproducing:
docker-compose -f docker-compose-storage.yml up -d
docker logs dev-minio-1

WARNING: MINIO_ACCESS_KEY and MINIO_SECRET_KEY are deprecated.
         Please use MINIO_ROOT_USER and MINIO_ROOT_PASSWORD

May cause some issues in the future

Rucio Version

v32

Additional Information

No response

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

No branches or pull requests

2 participants