Update file envoy-idp-user-headers.yaml
All Submissions:
- [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
- [NO] I have updated the documentation accordingly.
- [YES] My code follows the code style of this project.
Current Behavior or Linked Issues
Now we have in the logs a lot of messages: "envoy_on_response() function not found. Lua filter will not hook responses" Messages of this typemake up more than 30% of the log file. In addition, this affects performance.
Does this introduce a breaking change?
- [NO]
Other information
To remove unnecessary messages from logs about missing function "envoy_on_response() function not found. Lua filter will not hook responses", I added an empty function to the Lua filter that caused these messages in logs. This empty function exist only to remove unnecessary messages