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

Allow Set of NGINX Variables for RequestHeaderModifier #2040

Open
mpstefan opened this issue May 28, 2024 · 0 comments
Open

Allow Set of NGINX Variables for RequestHeaderModifier #2040

mpstefan opened this issue May 28, 2024 · 0 comments
Milestone

Comments

@mpstefan
Copy link
Collaborator

mpstefan commented May 28, 2024

As a user of NGF
I want to be able to use NGINX variables in to change the header of requests into NGF
So that I can use the information contained with the request to set a header before forwarding the request to the upsteam.

Acceptance

  • NGF allows the use of any NGINX variables contained within a list in the set value of a RequestHeaderModifier object.
  • When an NGINX variable is used to define the value of a header within a RequestHeaderModifier, the header is set to the variable value at runtime.
  • The only variable allowed is $request_time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant