-
Notifications
You must be signed in to change notification settings - Fork 349
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
Ensure Envoy recommended edge proxy settings are set by default #1048
Comments
I will work on it. |
Hey @Xunzhuo, I would also like to help out with this issue if it's fine with you. I can take up a few of the tasks. |
@tanujd11 can you tell which subtasks you want to assign? |
@Xunzhuo I could start from bottom with if it works for you
|
Sure @tanujd11 |
Hey @Xunzhuo , I shall start working on the HTTP proxy tasks. Have you picked any so we don't duplicate the work? |
Feel free please @tanujd11 |
hey @tanujd11 checking in to see if you plan on working on the remaining sub tasks before v0.5.0 releases (end July 2023), else will move this issue into the backlog, thanks in advance ! |
Hey @arkodg, I will take a look at it on the weekend. |
awesome thanks ! |
hey @tanujd11 still planning on working on this in the next few weeks ? |
Hey @arkodg , Ya I was not able to find time. Could you please move it over to next release. Thanks |
thanks for the update @tanujd11 , moving this to v0.6.0-rc1 |
Description:
Ensure we are setting Envoy Edge Proxy settings by default to the values specified in https://www.envoyproxy.io/docs/envoy/latest/configuration/best_practices/edge#configuring-envoy-as-an-edge-proxy
TCP proxies
HTTP proxies:
use_remote_address
is set #1029,If Envoy is configured with RBAC filter or makes route selection based on URL path it is recommended to enable the following path normalization options to minimize probability of path confusion vulnerabilities. Path confusion vulnerabilities occur when parties participating in request use different path representations.
The text was updated successfully, but these errors were encountered: