-
Notifications
You must be signed in to change notification settings - Fork 232
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
SSL redirect for Dashboard Ingress doesn't create #918
Comments
Hi @hartnickaus. |
Hi @swoehrl-mw
You will notice that it creates two paths exactly the same |
@hartnickaus It creates the same path twice because the cluster chart does not support specifying custom backends (https://github.com/opensearch-project/opensearch-k8s-operator/blob/main/charts/opensearch-cluster/templates/ingress.yaml#L113). The backends for the paths you specify in the values are ignored and the dashboards service is always used (only host, path and pathType are used). Please define the ingress as a separate manifest outside the helm chart to support your use case. Custom backends for the ingress is out-of-scope for the chart. |
What is the bug?
When you put in relevant annotations for an AWS ALB that would on other helm charts create a path redirect this doesn't occur for Dashboards Ingress
How can one reproduce the bug?
Helm Chart values used
What is the expected behavior?
Have a redirect rule for port 80 to 443 for domain "os1-dashboard.mydomain.com"
What i get is 2 listener rules for port 80 to the AWS Target Group
What is your host/environment?
AWS EKS 1.31
opensearch-operator 2.7.0
opensearch-cluster 3.0.0
opensearch 2.11.1
Do you have any screenshots?
Do you have any additional context?
The text was updated successfully, but these errors were encountered: