You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an operations engineer
I want to see the calculated client origin IP in the Conjur server request log
So that I can troubleshoot trusted proxy configuration
DoD:
request.ip == request.remote_ip
Remove Rack::RemoteIP middleware (TODO: link slack convo)
Verify that nothing else can set the remote IP environment in Rack
Add tests in our trusted proxies unit tests to verify remote_ip as well
The text was updated successfully, but these errors were encountered:
As an operations engineer
I want to see the calculated client origin IP in the Conjur server request log
So that I can troubleshoot trusted proxy configuration
DoD:
request.ip == request.remote_ip
Rack::RemoteIP
middleware (TODO: link slack convo)remote_ip
as wellThe text was updated successfully, but these errors were encountered: