LetsThinkAboutIT

Results 15 comments of LetsThinkAboutIT

Any progress on this issue? I agree with @michaeI-s that a client mostly does not know anything about the `registrations`.

@fgalan yes your description is correct.

@janrenz I totally agree with you: this belongs to the IDM layer and shouldn't be mixed in the business layer. You can think about a solution based on [keycloak](https://www.keycloak.org/).

@Chaostheorie there isn't any code base. This is just an idea about a possible deployment architecture. As @janrenz mentioned this is out of scope of the Schul/Cloud project. But one...

@Chaostheorie I'm not aware of this "feature" of `schulcloud-server`. I will have to inspect this first. But I'm in doubt that integration TOPT will be this simple. In case you...

Sure: - https://swagger.lab.fiware.org/?url=https://raw.githubusercontent.com/Fiware/specifications/master/OpenAPI/ngsiv2/ngsiv2-openapi.json#/Registrations/Create%20Registration - https://fiware-orion.readthedocs.io/en/master/user/context_providers/index.html - https://fiware-orion.readthedocs.io/en/master/user/ngsiv2_implementation_notes/index.html - https://fiware-tutorials.readthedocs.io/en/latest/context-providers/index.html - https://fiware-tutorials.readthedocs.io/en/latest/iot-sensors/index.html - https://github.com/telefonicaid/iotagent-node-lib

Thanks for this hints. Yes, in our project we have to rebuild a custom IoT Agent. For several reasons we can not use the IoT library you are providing. And...

I still need further help. Here is my simple example: There is a shallow entity ``` { _id: { id: 'urn:ngsi-ld:GeoHeatStorage:001', type: 'GeoHeatStorage', servicePath: '/' }, attrNames: [ 'heatStorageCapacity' ],...

I'm using the docker image `fiware/orion:2.4.0` and started it with `/usr/bin/contextBroker -fg -multiservice -ngsiv1Autocast -dbhost context-broker-db`

The log entry for the forwarded POST is: ``` time=2021-01-26T11:53:58.346Z | lvl=INFO | corr=2c6fb206-5fcd-11eb-8763-0242ac120004; cbfwd=1 | trans=1611660827-537-00000000080 | from=172.18.0.1 | srv= | subsrv= | comp=Orion | op=logTracing.cpp[212]:logInfoFwdRequest | msg=Request forwarded...