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

Interceptor Proxy - Configure header, proxy and buffer size #1074

Closed
John-Doherty01 opened this issue Jun 21, 2024 · 0 comments
Closed

Interceptor Proxy - Configure header, proxy and buffer size #1074

John-Doherty01 opened this issue Jun 21, 2024 · 0 comments

Comments

@John-Doherty01
Copy link

Proposal

On Nginx ingress for k8 I can specify config such as example below. Would be nice to configure the same for the interceptor or have the interceptor inherit from the nginx ingress config. This is needed particularly if using authentication providers such as auth0, okta, azure etc.

client-header-buffer-size: 64k
        large-client-header-buffers: 4 64k
        http2-max-header-size: 128k
        proxy-body-size: 40m
        proxy-buffer-size: 128k
        proxy-buffers: 4 256k

Use-Case

No response

Is this a feature you are interested in implementing yourself?

No

Anything else?

No response

@John-Doherty01 John-Doherty01 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant