Skip to content
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

Dashboard should support rootpath with ingress #1318

Closed
sanzenwin opened this issue Jul 1, 2021 · 4 comments
Closed

Dashboard should support rootpath with ingress #1318

sanzenwin opened this issue Jul 1, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers ui
Milestone

Comments

@sanzenwin
Copy link

Recently I get the Http404 error about static files when I go to the homepage.

ingress:
  enabled: true
  annotations:
    nginx.ingress.kubernetes.io/backend-protocol: HTTPS
    nginx.ingress.kubernetes.io/configuration-snippet: |-
      proxy_ssl_server_name on;
      proxy_ssl_name $host;
      rewrite ^(/argo-rollouts)$ $1/ redirect;
    nginx.ingress.kubernetes.io/ssl-redirect: "true"
    nginx.ingress.kubernetes.io/rewrite-target: /$2
    nginx.ingress.kubernetes.io/secure-backends: "true"
  paths:
    - /argo-rollouts(/|$)(.*)

Argo-cd has support it: argoproj/argo-cd#3503

@sanzenwin sanzenwin added the enhancement New feature or request label Jul 1, 2021
@alexmt alexmt added this to the v1.2 milestone Sep 13, 2021
@alexmt alexmt added the good first issue Good for newcomers label Sep 13, 2021
@oren-codefresh
Copy link

Can I have it please ?

@jessesuen jessesuen modified the milestones: v1.2, v1.3 Jan 12, 2022
@harikrongali
Copy link
Contributor

@schakrad assigned to you. comment on the ticket so that I can assign

@schakrad
Copy link
Contributor

schakrad commented Jun 3, 2022

Hari, Could you please assign this task to me.

@harikrongali
Copy link
Contributor

#2075 fixes the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers ui
Projects
None yet
Development

No branches or pull requests

7 participants