Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
946 views
in Technique[技术] by (71.8m points)

wso2 - How to configure IP restrict access with apiKey in API MANAGER behind a load balancer?

I have configured "restrict IP" access when generating an apiKey to consume an API in Developer Portal API Manager 3.2, however, the IP is not client IP, it is load balancer IP.

Should I set any mediation policy in API Manager or in load balancer to achieve my goal?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can set X-Forwarded-For header which is the user IP at the load balancer. Then this is used by the API Manager to do the validation.

https://www.nginx.com/resources/wiki/start/topics/examples/forwarded/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...