Hello everyone, I'm using Oathkeeper v0.40.6 for a...
# general
b
Hello everyone, I'm using Oathkeeper v0.40.6 for a WebSocket backend and it works. Now, I need to add an IP restriction. The client's IP is in the
X-Forwarded-For
header. What is the correct way to configure an access rule to read the IP from this header and match it against a list of allowed IPs? Thank you in advance for any insights or help you can provide.