You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ALS-5612] Create stored procedure to create a user (#154)
* Add a new stored procedure to enable user creation
* Specific database Auth
* Update CreateUserWithRole stored procedure in auth DB
The stored procedure, CreateUserWithRole, in the 'auth' database has been updated to improve user creation. It now checks for existing users and roles, and generates a new UUID if needed. Additionally, it associates new users with roles if they exist.
* Rename CreateUserWithRole stored procedure file
* Add general metadata parameter to CreateUserWithRole procedure
0 commit comments