-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Translation service for UUID <-> name.trio convention identifiers #107
Comments
@dang03 Should this be available in the GKs API? Or is it simply an internal API? |
@dang03 Well, I think it makes sense to have it on the GK API, controlling who can access it, etc. |
With the one Catalogues concept, external platform users should not interact with the Catalogues using UUIDs (of internal usage, e.g: 65b416a6-46c0-4596...), instead they should interact with using the name.trio identifier (external usage, e.g: sonata-eu.firewall.1.0). |
Why not supporting both?
… On 20 Jan 2017, at 12:35, Daniel ***@***.***> wrote:
With the one Catalogues concept, external platform users should not interact with the Catalogues using UUIDs (of internal usage, e.g: 65b416a6-46c0-4596...), instead they should interact using the name.trio identifier (external usage, e.g: sonata-eu.firewall.1.0).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Implementation of a service on the Catalogues that enables the transalation of a UUID to the name.trio convention identifier and viceversa through each descriptor API.
The text was updated successfully, but these errors were encountered: