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

Feature request: Multiple proxy_directive #2079

Closed
newmanwang opened this issue Feb 13, 2018 · 3 comments
Closed

Feature request: Multiple proxy_directive #2079

newmanwang opened this issue Feb 13, 2018 · 3 comments

Comments

@newmanwang
Copy link

newmanwang commented Feb 13, 2018

Currently user can specify just one proxy_redirect directive through nginx ingress controller annotation, I think It will be nice to support multiple proxy_redirect directives.

NGINX Ingress controller version:
0.10.2

Kubernetes version (use kubectl version):
Kubernetes v1.9.2+coreos.0

Cloud provider or hardware configuration:
lenovo X230 laptop
OS (e.g. from /etc/os-release):
Fedora release 27
Kernel (e.g. uname -a):
Linux node1 4.11.8-300.fc26.x86_64 #1 SMP Thu Jun 29 20:09:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Install tools:
kubespray

@aledbf
Copy link
Member

aledbf commented Feb 21, 2018

@newmanwang can you be more specific about what are you trying to achieve?

@aledbf
Copy link
Member

aledbf commented Apr 8, 2018

Closing. Please reopen when you can provide more details

@aledbf aledbf closed this as completed Apr 8, 2018
@Buddhimah
Copy link

Buddhimah commented Jan 3, 2022

I think what @newmanwang requesting is a feature to add multiple

    nginx.ingress.kubernetes.io/proxy-redirect-from: "xxxx"
    nginx.ingress.kubernetes.io/proxy-redirect-to: "yyy"

Fields

From nginx level we have the capability to add multiple proxy_redirect statements. http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_redirect

But we don't have that capability in ingress

cc @aledbf

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

3 participants