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
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 `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 :
The text was updated successfully, but these errors were encountered: