-
Notifications
You must be signed in to change notification settings - Fork 278
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
Console under subpath (traefik) #3420
Comments
@ahuarte47 You need to specify MINIO_BROWSER_REDIRECT_URL as defined in the docs? |
Hi, this is my custom
None changes in my issue. |
I tried placing minio-console behind an NGINX-ingress-controller and trying to grasp the
And
|
So I guess setting this to my DNS name
|
I am configuring this variable in values.yaml (I am deploying minio using the official Helm Chart), but with none success:
|
Wonder if passing the "ingress" property/key during helm install would resolve this.. will have a go.
|
Actually adding the following annotation solved it for me... |
Thanks @frippe75 for your ideas, the key is to figure out how to translate that NGINX configuration to TRAEFIK. I tried several options with none success. I got ArgoCD & ArgoWorkflows working behind traefik. I changed their configs:
params:
# -- New base href, service is running behind reverse proxy under subpath different from default ("/")
server.basehref: "/argocd/" But I do not know if minio-console needs something similar. |
I'm trying to use TRAEFIK as a reverse proxy for Minio console (Tenant) adding the subpath "miniodef".
This is my manifest to define the ingress resource:
Expected Behavior
https://localhost:9121/miniodef/ should show the console UI
Current Behavior
https://localhost:9121/miniodef/ shows blank page because of urls of console files do not have the subpath:
for example:
https://localhost:9121/styles/root-styles.css
should be:
https://localhost:9121/miniodef/styles/root-styles.css
Possible Solution
Should I set
MINIO_SERVER_URL
,MINIO_BROWSER_REDIRECT_URL
orOPERATOR_SUBPATH
environment variables in the custom tenant values.yaml.Your Environment
minio --version
): 6.0.1 Operator + Tenantuname -a
): Ubuntu Linux 20.04The text was updated successfully, but these errors were encountered: