-
Notifications
You must be signed in to change notification settings - Fork 113
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
Use UidNumber and GidNumber fields in the user objects #1516
Comments
Hi @ishank011! I'd like to do this if it's possible. Just to clarify, should we update where user objects are created or where they are used? Also, should the opaque map be left empty? |
Hi @sudo-sturbia! You'll need to update both such instances. The user objects are populated in These methods and objects are utilized by other microservices, especially the ones in the storage layer, so in those pieces of code, you need to read from these fields rather than extract them from the opaque map. |
Recently the CS3APIs user object was enhanced with the fields UidNumber and GidNumber. Previously, we used to store these in the opaque map. We need to update all the instances where this happens to use these first-class citizens instead.
The text was updated successfully, but these errors were encountered: