Toni Tauro

Results 76 comments of Toni Tauro

Ready for Review @TheAlgo @DandyDeveloper @gaiksaya @prudhvigodithi

> > As soon as this gets merged I will backport it. > > Thanks much @eyenx !! backport for #593 is here https://github.com/opensearch-project/helm-charts/pull/636

> Thanks @eyenx can you backport this to 1.x? Backport https://github.com/opensearch-project/helm-charts/pull/637

I was able to reproduce the issue locally with version `2.0.1` And my feeling is it has to do with `xff_trusted_intermediate` values.yaml of my vernemq deployment ``` replicaCount: 1 additionalEnv:...

Yes totally. Me adding it to the client locally was for testing purposes only. I guess there is some NATing happening. I will investigate with our Network Person. For now...

@ioolkos, during today's meeting with the network specialist, we concluded that the current implementation of the option might be confusing. To clarify, the [X-Forwarded-For](https://en.wikipedia.org/wiki/X-Forwarded-For) header is intended for use by...

I guess we should follow the RFC, which states not to add its own IP: https://www.rfc-editor.org/rfc/rfc7239#section-5.2 > The last proxy in the chain is not part of the list of...

Should we decide to modify the behavior, it would likely necessitate the introduction of additional options to designate TRUSTED_SOURCES for the XFF headers. Alternatively, maintaining the current setup requires thorough...