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

Vault UI cant be accssed on /vault path via Ingress Resource #709

Open
Phanindra-Sangers opened this issue Jan 29, 2025 · 0 comments
Open

Comments

@Phanindra-Sangers
Copy link

Phanindra-Sangers commented Jan 29, 2025

Problem statement:

I Deployed Banks Vault in my on_prem servers and i want to access vault UI on " /vault" path for my nginx ingress controller via path based routing.

How ever , i am unable to access the vault UI on " /vault " path but the UI is accessible on root path " / "

here is my ingress file for reference :

`  ingress:

    annotations: {}
          nginx.ingress.kubernetes.io/rewrite-target: /$1
          ingress.kubernetes.io/protocol: https
          ingress.kubernetes.io/secure-backends: "true"
          nginx.ingress.kubernetes.io/backend-protocol: HTTPS

    spec: {}
         ingressClassName: nginx
         rules:
         -  http: 
                 paths:
                 -    backend:
                            service:
                                 name: vault
                                  port: 8200
                      path:  /vault ## not working
                      pathTye: ImplementationSpecific `
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant