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 redirect url shouldn't use API_EXTERNAL_URL #1154

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

khorshuheng
Copy link
Collaborator

@khorshuheng khorshuheng commented Jan 11, 2025

MINIO_REDIRECT_URL was set to ${API_EXTERNAL_URL}/minio. This was originally correct, as API_EXTERNAL_URL was wrongly configured to be the deployment's FQDN instead of gotrue external url. But after this bug was fixed, Minio became inaccessible instead, because of the additional gotrue prefix.

This PR will add an additional env variable, FQDN, to address this.

@khorshuheng khorshuheng force-pushed the fix-minio-redirect-url branch from eb6d55d to a096a03 Compare January 11, 2025 15:24
@khorshuheng khorshuheng merged commit 1fc8dd0 into main Jan 11, 2025
6 checks passed
@khorshuheng khorshuheng deleted the fix-minio-redirect-url branch January 11, 2025 15:34
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.

1 participant