eclipse-ditto / ditto

Eclipse Ditto™: Digital Twin framework of Eclipse IoT - main repository
https://eclipse.dev/ditto/
Eclipse Public License 2.0
695 stars 230 forks source link

Api for list of policies #1955

Closed Korakbhakta02 closed 5 months ago

Korakbhakta02 commented 5 months ago

Hi, I want to list the policies according to the user by which the policies are created. Let users be A,B and C. So, user A will get the policies made by A only,not B and C. Is there any api for this service or any method to get such list? Thanks in advance.

thjaeckle commented 5 months ago

Unfortunately, this functionality does not exist yet. Issue: #1683

Korakbhakta02 commented 5 months ago

Is there any chance for the availability of this service in coming future?

thjaeckle commented 5 months ago

It is an OpenSource project - so if anybody picks it up and provides a PR for it, sure ..

There already was an attempt by the Ditto community in PR #1698 - but that PR was in a very early stage when work on it was again stopped.

Personally, I don't have plans to work on this in the near future.

thjaeckle commented 5 months ago

Closing as duplicate of https://github.com/eclipse-ditto/ditto/issues/1683