We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When specifying domains in the features section requests to the domain should work
Any attempt to log in to the console returns a 401
We can't specify domains in the features section
minio-operator
spec: buckets: - name: bucket1 region: us-east-1 - name: bucket2 region: us-east-1 configuration: name: minio-config-secret exposeServices: console: true minio: true externalCertSecret: - name: api-cert-secret type: kubernetes.io/tls - name: console-cert-secret type: kubernetes.io/tls features: domains: console: https://minio-console.example.com:9443 minio: - https://minio-api.example.com - https://minio.test.svc.cluster.local image: quay.io/minio/minio:RELEASE.2024-04-06T05-26-02Z imagePullPolicy: IfNotPresent pools: - labels: app: minio-tenant name: default servers: 4 volumeClaimTemplate: metadata: name: minio-data spec: accessModes: - ReadWriteOnce resources: requests: storage: 10Gi volumesPerServer: 1 requestAutoCert: true
See minio/minio#19441 for some discussion of the problem
The text was updated successfully, but these errors were encountered:
I'm seeing a similar issue. enabling domains results in a 500 error code
500
{"detailedMessage":"Get \"https://x.x.io/minio/admin/v3/accountinfo\": dial tcp x.x.x.x:443: connect: operation not permitted","message":"invalid session"}
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
When specifying domains in the features section requests to the domain should work
Current Behavior
Any attempt to log in to the console returns a 401
Steps to Reproduce (for bugs)
Context
We can't specify domains in the features section
Regression
Your Environment
minio-operator
): 5.0.0.14See minio/minio#19441 for some discussion of the problem
The text was updated successfully, but these errors were encountered: