Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

can not access tenant console #783

@jr0dd

Description

@jr0dd

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

tenant logs:

Status:         4 Online, 0 Offline. 
API: https://minio.minio.svc.cluster.local 

Console: https://minio.${SECRET_DOMAIN} 

Documentation: https://docs.min.io

values.yaml

console:
  ingress:
    enabled: true
    ingressClass: traefik
    annotations:
      cert-manager.io/cluster-issuer: letsencrypt-production
      traefik.ingress.kubernetes.io/router.entrypoints: websecure
    host: "minio.${SECRET_DOMAIN}"
    path: /
    tls:
      - secretName: minio-tls
        hosts:
          - "minio.${SECRET_DOMAIN}"
tenants:
  - name: tenant0
    namespace: minio
    image:
      repository: minio/minio
      tag: RELEASE.2021-08-20T18-32-01Z
    pools:
      - servers: 1
        volumesPerServer: 4
        size: 10Gi
        storageClassName: openebs-zfspv
    secrets:
      enabled: true
      name: minio-creds
      accessKey: "${MINIO_ACCESS_KEY}"
      secretKey: "${MINIO_SECRET_KEY}"
    metrics:
      enabled: true
      port: 9000
    certificate:
      requestAutoCert: true
    s3:
      bucketDNS: false

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions