reTHINK-project / dev-registry-domain

Domain Registry
Apache License 2.0
1 stars 1 forks source link

Query per User GUID #42

Closed pchainho closed 7 years ago

pchainho commented 7 years ago

As specified here

rjflp commented 7 years ago

What is the use case? Can you provide an example?

sbecot commented 7 years ago

When and by whom this specification has been written/discussed/validated?

pchainho commented 7 years ago

Well, the GUID is in the Hyperty Registry data model since D2.2

Regarding the message specs unfortunately I've been mostly the only one working on it. But any contributions are very much welcome :)

rjflp commented 7 years ago

@pchainho The use case? Just to make sure we participate in the validation of the design.

sbecot commented 7 years ago

I was asking, because @rjflp is responsible of the domain registry, so if the interface changes he should be aware of it. The fact that it is in the datamodel is a thing, the Query interface is another.

pchainho commented 7 years ago

right :)

In general it is to support the query of registered hyperties or objects independently of the user IdP Identifier associated to it.

For example, since I have retrieved the GUID and associated dataset from the Global Reg and stored it in the Graph Connector, I can discover Hyperties in the different domain registries where the user has services registered / subscribed by using the GUID.

Of course, the user can use policies to control the access to hyperties discovery in the domain registry Hyperties including blocking this kind of query.

rjflp commented 7 years ago

Currently, this information can already be performed, although in a few more step: if we already "have retrieved the GUID and associated dataset from the Global Reg" then we can simply query the Domain Registry using the UserIds from the dataset obtained from the Global Reg.

So, this is basically a more efficient way to do it?

nunofmn commented 7 years ago

Added in release 0.7.0.