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
NGINX Ingress controller version: 0.33 Kubernetes version (use kubectl version): 1.18 Environment:
kubectl version
uname -a
What happened: In docs 'Custom Lua plugins', plugin function 'header' can't run in 'header_filter_by_lua' processing phases
What you expected to happen: ngx.get_phase return 'header_filter' not 'header' on 'header_filter_by_lua' processing phases https://github.com/openresty/lua-nginx-module#ngxget_phase
should change function name 'header' to 'header_filter'
How to reproduce it:
Anything else we need to know:
/kind bug
The text was updated successfully, but these errors were encountered:
@ElvinEfendi ping
Sorry, something went wrong.
oh @agile6v beat me to it :) I'm going to close my PR
thanks for the report @lidajia
Successfully merging a pull request may close this issue.
NGINX Ingress controller version:
0.33
Kubernetes version (use
kubectl version
):1.18
Environment:
uname -a
):What happened:
In docs 'Custom Lua plugins', plugin function 'header' can't run in 'header_filter_by_lua' processing phases
What you expected to happen:
ngx.get_phase return 'header_filter' not 'header' on 'header_filter_by_lua' processing phases
https://github.com/openresty/lua-nginx-module#ngxget_phase
should change function name 'header' to 'header_filter'
How to reproduce it:
Anything else we need to know:
/kind bug
The text was updated successfully, but these errors were encountered: