fiware-wilma

Fiware - How to integrate Keyrock IdM, Wilma PEP Proxy and Orion Context Broker?

我只是一个虾纸丫 提交于 2019-11-28 14:20:36
I read all the documentation of Keyrock and Wilma and I watched all the videos in the FIWARE Academy, but I still do not get success in this integration. I am searching for this since a few days ago, but without success. I think the FIWARE documentation could have tutorials, hands on... I have a VM with Orion Context Broker and a container with Keyrock IdM and Wilma PEP Proxy. I am trying to generate an access token to grant access for an application, but I still did not get it. Besides, I would like to know how can I securely exchange messages between the Orion Context Broker and some IoT

Fiware - how to connect PEP proxy to Orion and configure both with HTTPS?

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-28 09:23:38
问题 I am working with Orion and I try to protect the future apps using the PEP proxy and Keyrock, but I cannot find a way combine these 3 GE. All my base files are in this repository, although I have running Orion, Keyrock and Cygnus, I cannbot send requests using the PEP proxy. This is my docker-compose.yml file: version: "2" networks: fiware: driver: bridge services: # Base de datos Orion mongodb: image: mongo:3.4.7 hostname: mongodb container_name: mongodb expose: - "27017" ports: - "27018

Fiware AuthZForce error: “AZF domain not created for application”

家住魔仙堡 提交于 2019-11-27 16:24:47
I'm trying to protect Orion Context Broker using KeyRock idm, Wilma PEP-Proxy and AuthZForce PDP over Docker. For now, level 1 security works well and I can deny access to non logged users, but I get this error on Wilma when trying to add level 2. AZF domain not created for application <applicationID> Here it is my azf configuration in Wilma's config.js file: config.azf = { enabled: true, protocol: 'http', host: 'azfcontainer', port: 8080, custom_policy: undefined }; And this is how I set the access control configuration on KeyRock: # ACCESS CONTROL GE ACCESS_CONTROL_URL = 'http://azfcontainer

Fiware AuthZForce error: “AZF domain not created for application”

痞子三分冷 提交于 2019-11-26 18:37:57
问题 I'm trying to protect Orion Context Broker using KeyRock idm, Wilma PEP-Proxy and AuthZForce PDP over Docker. For now, level 1 security works well and I can deny access to non logged users, but I get this error on Wilma when trying to add level 2. AZF domain not created for application <applicationID> Here it is my azf configuration in Wilma's config.js file: config.azf = { enabled: true, protocol: 'http', host: 'azfcontainer', port: 8080, custom_policy: undefined }; And this is how I set the