You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
I am using the latest version of the chart and can not access the tenant console. I have an ingress configured for the operator console and can access that. When I click on "Manage Tenant" I get an error 500. I get this whether I try accessing it through the ingress or kubectl port-forward to the operator console. When I do a kubectl port-forward to the tenant, I get the login screen, but it does not accept the accesskey/secretkey specified in the chart. I have attempted with autocert true and false. One thing I notice is that the MINIO_ROOT_USER & MINIO_ROOT_PASSWORD vars are not set on the operator-console pod and there is no option in the chart to populate env vars on the console only the tenant.
browser error:
Refused to display 'http://localhost:9090/api/proxy/minio/tenant0/' in a frame because it set 'X-Frame-Options' to 'DENY'.
Refused to display 'https://minio.${SECRET_DOMAIN}/api/proxy/minio/tenant0/' in a frame because it set 'X-Frame-Options' to 'DENY'.
operator-console logs:
2021/08/23 15:19:23 couldn't login to tenant and get cookie
2021/08/23 15:27:41 couldn't login to tenant and get cookie
I am using the latest version of the chart and can not access the tenant console. I have an ingress configured for the operator console and can access that. When I click on "Manage Tenant" I get an error 500. I get this whether I try accessing it through the ingress or
kubectl port-forwardto the operator console. When I do akubectl port-forwardto the tenant, I get the login screen, but it does not accept the accesskey/secretkey specified in the chart. I have attempted with autocert true and false. One thing I notice is that the MINIO_ROOT_USER & MINIO_ROOT_PASSWORD vars are not set on the operator-console pod and there is no option in the chart to populate env vars on the console only the tenant.browser error:
operator-console logs:
tenant logs:
values.yaml