简体   繁体   中英

How to configure PEP Proxy - Wilma Config.js for securing fiware orion

we have deployed a dedicated orion instance based on image in cloud Fiware Lab section. we need to add Pep proxy Wilma for authentication and authorization security to our backend applications. in the same dedicated instance we have installed Node.js and we have followed all steps given in [[ http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/PEP_Proxy_- Wilma -_Installation_and_Administration_Guide]] .

The Problem:

how should we configure the config.js in order to direct Orion end services clients into pep proxy wilma ?

imagine that, originally, Orion was listening in port A. You have to do the following:

  1. Change Orion listening port to port B
  2. Configure PEP to listen in port A
  3. Configure PEP with app_port = B

This way the Orion clients will send the requests to PEP instead of the Orion. And PE will redirect the valid requests to Orion new port.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM