Skip to content

Commit

Permalink
chore: remove identity management from app tech user
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 committed Dec 4, 2023
1 parent c073580 commit 6e11c1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ profiles_to_insert AS (
CROSS JOIN (
SELECT id
FROM portal.user_roles
WHERE user_role IN ('Semantic Model Management', 'Identity Wallet Management','Dataspace Discovery', 'CX Membership Info')
WHERE user_role IN ('Semantic Model Management', 'Dataspace Discovery', 'CX Membership Info')
) ur
)
INSERT INTO portal.technical_user_profile_assigned_user_roles (technical_user_profile_id, user_role_id)
Expand Down

0 comments on commit 6e11c1a

Please sign in to comment.