orchestracities / anubis

Anubis: a flexible policy enforcement solution for NGSI APIs (and beyond!)
https://anubis-pep.readthedocs.org
Apache License 2.0
7 stars 5 forks source link

Integration with NGSI-LD/Scorpio broker #187

Closed SURAJKALLOLI closed 1 year ago

SURAJKALLOLI commented 1 year ago

Currently we are working with Scorpio broker/NGSI-ID instead of orion context broker , i am trying to integrate Anubis with Scorpio broker , is it work if i just change the image of upstream-service from orion to scorpio/NGSI-LD in docker-compose file or You are still working with it or any suggestion!

chicco785 commented 1 year ago

@SURAJKALLOLI I assume there is no much difference between Orion-LD and Scorpio in term of APIs. If that's the case, it's in the roadmap (#88). At this stage, just changing the docker image, won't make any difference, rego rules for NGSI-LD (see here the ones for NGSI-v2) need to be developed and tested.

chicco785 commented 1 year ago

duplicates #88