Skip to content

Commit

Permalink
create admin and developer service users
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Feb 14, 2025
1 parent 1d256cb commit c8f5230
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,9 @@ CREATE USER IF NOT EXISTS AD_SERVICE
CREATE USER IF NOT EXISTS RECOVER_SERVICE
PASSWORD = 'placeholder'
MUST_CHANGE_PASSWORD = TRUE;

CREATE USER IF NOT EXISTS ADMIN_SERVICE
TYPE = SERVICE;

CREATE USER IF NOT EXISTS DEVELOPER_SERVICE
TYPE = SERVICE;

0 comments on commit c8f5230

Please sign in to comment.