Write access to devices does not work due to RabbitMQ LDAP config
pct960 opened this issue · 1 comments
pct960 commented
Let's say that a device streetlight
grants access to a device named app
with write access to its exchanges. app
is not able to publish to any of streetlight
's exchanges since the resource_access_query
in LDAP fills up the ${name}
as streetlight.configure
(or whatever is the exchange name) as the resource name being accessed. Since there will, obviously, be no such entry in LDAP, the publish ultimately fails.