Web UI: the server responded with a status of 403 (Forbidden) when I set requestAutoCert: false
Expected Behavior
I set requestAutoCert: false. The login using the WebUI localhost:9090/login should work
Current Behavior
I set requestAutoCert: false. The login using the WebUI localhost:9090/login is not working and I am getting
Failed to load resource: the server responded with a status of 403 (Forbidden)
Failed to load resource: net::ERR_CONNECTION_RESET
Failed to load resource: net::ERR_CONNECTION_RESET
The credentials are correct becuase WebUI login works fine when I set equestAutoCert: true and then use port 9443.
Possible Solution
don't know
Steps to Reproduce (for bugs)
You can reproduce the issue by setting requestAutoCert: false in the tenant values.yaml file. I have not change anything else from the default values.yaml file
Your Environment
- Version used (
minio-operator): 6.0.2 - Environment name and version (e.g. kubernetes v1.17.2): kubernetes 1.28.9
Exactly the same issue here.
minio-operator: v6.0.2
minio-tenant: v6.0.2
Kubernetes: v1.30.1
Update: It seems that this issue is present in minio-operator/tenant versions 6.0.0, 6.0.1, and 6.0.2. In version 5.0.15, it's working.
Same with version 6.0.4 :(
minio-operator: v6.0.4
minio-tenant: v6.0.4
Kubernetes: v1.31.2
I have the same problem, have you solved it?
err log
@dxg0716 How are you deploying the operator and tenant? kustomize / helm What are the full minio-operator pod logs?
Leaving this open a bit more. @Kras4ooo @MuhammadUzairK @netum-ArturMalinin How are you deploying the operator and tenant? kustomize / helm What are the full minio-operator pod logs?
Please retry on latest and reopen if still an issue.