minio / operator

Simple Kubernetes Operator for MinIO clusters :computer:
https://min.io/docs/minio/kubernetes/upstream/index.html
GNU Affero General Public License v3.0
1.19k stars 450 forks source link

Web UI: the server responded with a status of 403 (Forbidden) when I set requestAutoCert: false #2282

Open MuhammadUzairK opened 1 month ago

MuhammadUzairK commented 1 month ago

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

netum-ArturMalinin commented 1 month ago

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.