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

[ALS-5612] Create stored procedure to create a user #154

Merged
merged 5 commits into from
Feb 13, 2024
Merged

Conversation

Gcolon021
Copy link
Contributor

[ALS-5612] Create stored procedure to create a user with a given role. This is currently used to create test users for our Jenkins test pipeline.

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.
@Gcolon021 Gcolon021 self-assigned this Feb 9, 2024
@Gcolon021 Gcolon021 changed the base branch from master to release February 9, 2024 12:15
@Gcolon021 Gcolon021 added the enhancement New feature or request label Feb 12, 2024
@Gcolon021 Gcolon021 merged commit f58525c into release Feb 13, 2024
2 checks passed
@Gcolon021 Gcolon021 deleted the ALS-5612 branch February 13, 2024 15:18
Luke-Sikina pushed a commit that referenced this pull request May 10, 2024
* 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
Luke-Sikina pushed a commit that referenced this pull request Jun 3, 2024
* 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
Luke-Sikina pushed a commit that referenced this pull request Oct 7, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants