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

grpc: add uuid_manager to authsvc #40

Closed
2 tasks
butonic opened this issue Mar 7, 2019 · 3 comments
Closed
2 tasks

grpc: add uuid_manager to authsvc #40

butonic opened this issue Mar 7, 2019 · 3 comments

Comments

@butonic
Copy link
Contributor

butonic commented Mar 7, 2019

Some storage providers and other services need a non-reassignable globally unique identifier for a user.

I propose to add make adding uuids to the user optional, by

  • adding a uuid_manager to the authsvc
  • adding a uuid attribute to the user.User struct

See also owncloud-archive/nexus#2 (comment) for the thought process behind this.

@labkode labkode changed the title add uuid_manager to authsvc grpc: add uuid_manager to authsvc Apr 29, 2019
@butonic
Copy link
Contributor Author

butonic commented Sep 6, 2019

we have the UserID which contains an Idp and an OpaqueId. The OpaqueId is described as the unique identifier for the user in the scope of the identity provider.
@labkode Can we add non-reassignable? The username is in the User struct

If so, we can close this.

@madsi1m
Copy link
Contributor

madsi1m commented Dec 5, 2019

Can we add non-reassignable?

I think we can

@labkode
Copy link
Member

labkode commented Dec 5, 2019

We can. Followup here cs3org/cs3apis#50

@labkode labkode closed this as completed Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants