-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
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
Enabling domains feature prevents login to console #2065
Comments
I'm seeing a similar issue. enabling domains results in a
|
Hello. Similar issue. All started after enabled domain feature to support domain name buckets behind ingress.
Minio Operator Helm Valuestenant:
name: myminio
image:
repository: quay.io/minio/minio
tag: RELEASE.2024-10-02T17-50-41Z
pullPolicy: IfNotPresent
imagePullSecret: { }
initContainers: [ ]
scheduler: { }
configuration:
name: myminio-env-configuration
configSecret:
name: myminio-env-configuration
accessKey: minio
secretKey: minio123
poolsMetadata:
annotations: { }
labels: { }
pools:
- servers: 4
name: pool-0
volumesPerServer: 4
size: 10Gi
storageAnnotations: { }
storageLabels: { }
annotations: { }
labels: { }
tolerations: [ ]
nodeSelector: { }
affinity: { }
resources: { }
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
runAsNonRoot: true
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
topologySpreadConstraints: [ ]
mountPath: /export
subPath: /data
metrics:
enabled: false
port: 9000
protocol: http
certificate:
externalCaCertSecret: [ ]
externalCertSecret:
- name: myminio-tls
type: cert-manager.io/v1
requestAutoCert: false
certConfig: { }
features:
bucketDNS: true
domains:
minio:
- https://core.minio.domain
minio-console:
- https://core.minio-console.domain
enableSFTP: false
buckets:
- name: my-minio-bucket
objectLock: false
region: us-east-1
- name: buckethead
objectLock: false
region: eu-west-1
users: [ ]
podManagementPolicy: Parallel
liveness: { }
readiness: { }
startup: { }
lifecycle: { }
exposeServices: {
minio: true,
console: true
}
serviceAccountName: ""
prometheusOperator: false
logging: { }
serviceMetadata: { }
env: [ ]
priorityClassName: ""
additionalVolumes: [ ]
additionalVolumeMounts: [ ]
ingress:
api:
enabled: true
ingressClassName: ""
labels: { }
annotations: { }
tls:
- hosts:
- core.minio.domain
secretName: minio-tls
host: core.minio.domain
path: /
pathType: Prefix
console:
enabled: true
ingressClassName: ""
labels: { }
annotations: { }
tls:
- hosts:
- core.minio-console.domain
secretName: minio-tls
host: core.minio-console.domain
path: /
pathType: Prefix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: