Skip to content

Commit

Permalink
Clean up user base
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Sep 14, 2024
1 parent 9567cfa commit 8ac7015
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 32 deletions.
1 change: 1 addition & 0 deletions admin/grants.sql
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
GRANT ROLE DATA_ANALYTICS TO USER AD_SERVICE;

// Leaders
Expand Down
79 changes: 47 additions & 32 deletions admin/users.sql
Original file line number Diff line number Diff line change
@@ -1,51 +1,66 @@
USE ROLE USERADMIN;

// Platform
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";


// Cancer Bio
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";

// ADTR
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";

// NF
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";


// Digital Health
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";


// Governance
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";

// CNB
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
Expand All @@ -70,8 +85,7 @@ CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
// governance
CREATE USER IF NOT EXISTS "[email protected]";

// LT
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
Expand All @@ -80,6 +94,7 @@ CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";

// finance
CREATE USER IF NOT EXISTS "[email protected]";
Expand Down

0 comments on commit 8ac7015

Please sign in to comment.