Hello, I'm testing route whitelist capabilities and notice the inbound request remote address is not the actual IP address of the machine making the request. Is there IP mapping at the OpenShift ingress point which translates the client IP 192.1.1.1 to what I'm seeing in my app logs on OpenShift ('Request GET /occsinquiry/claim from 10.130.6.2:50686')? When I issue 'oc get pod/<podname> -o wide' I get back an IP address (10.131.6.90) very similar to the logged IP, but isn't my client's actual IP. Just wondering how whitelist works if the allowed IPs are internal to OpenShift and not the client's IP?
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.