Skip to content
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

Create UUIDs with Registered Directory Domain #50

Open
rebeccabilbro opened this issue Jun 7, 2021 · 0 comments
Open

Create UUIDs with Registered Directory Domain #50

rebeccabilbro opened this issue Jun 7, 2021 · 0 comments

Comments

@rebeccabilbro
Copy link
Collaborator

We want to ensure that UUIDs are unique, even if there are multiple directories and nodes in play. We need to adapt our UUID generator to use these constraints as domains. Currently we are using uuid4, which just generates a completely random id. If we change to uuid5, the ids will be unique with respect to the node that generates them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant