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

Credentials download with url=127.0.0.1 which won't work when importing #3514

Open
marktheunissen opened this issue Mar 12, 2025 · 0 comments

Comments

@marktheunissen
Copy link
Contributor

marktheunissen commented Mar 12, 2025

Create service account in the Console on play.min.io, download credentials.json, expect URL to show play.min.io.

Expected Behavior

JSON contains: {"url":"https://play.min.io:9443",

Current Behavior

JSON contains: {"url":"https://127.0.0.1:9000",

Steps to Reproduce (for bugs)

On play.min.io, create a new user, give it readonly and readwrite policies, then create access key, and download JSON:

Image

{"url":"https://127.0.0.1:9000","accessKey":"...","secretKey":"...","api":"s3v4","path":"auto"}

Context

Alias will not work correctly if this JSON is imported with mc alias import

Regression

Not sure

Your Environment

play.min.io

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

1 participant