fluree / db

Fluree database library
https://fluree.github.io/db/
Other
333 stars 21 forks source link

targetNode doesn't work in Policy's #742

Open chrisdostert opened 4 months ago

chrisdostert commented 4 months ago

When creating a Policy, targetNode does not grant any access.

In sleuthing I found some comments in PRs (https://github.com/fluree/db/pull/350, and https://github.com/fluree/db/pull/295) indicating maybe It's not implemented yet?

Separate but related, I noticed the docs seem to be wrong; they show targetNode as a string as opposed to a node reference (object with @id)

chrisdostert commented 4 months ago

Different but possibly related https://github.com/fluree/db/issues/327