Desislava Marinova

Results 3 issues of Desislava Marinova

ImplicitThingCreation mapper is configured as follows: ``` "implicitEdgeThingCreation": { "mappingEngine": "ImplicitThingCreation", "options": { "thing": { "thingId": "{{ header:device_id }}", "_copyPolicyFrom": "{{ header:gateway_id }}", "attributes": { "Info": { "gatewayId": "{{ header:gateway_id...

bug

Ditto currently supports access token authentication using only synchronous JsonWebTokenSupplier. Refresh token operation is supposed to be asynchronous one and it will be good if a support for asynchronous JsonWebTokenSupplier...

java

The piggyback command for modifying a policy template is not correct. The policyId must be inside the policy section ```json { "targetActorSelection": "/system/sharding/policy", "headers": { "aggregate": false, "is-group-topic": false, "ditto-sudo":...

bug