Skip to content

Commit

Permalink
User "care_partner" role for custodiaN accounts.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostlevels committed Apr 30, 2024
1 parent facc3b8 commit 3f790d1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ public class TidepoolAdminResource extends AdminResource {
private static final Pattern UNCLAIMED_CUSTODIAL = Pattern.compile("^unclaimed-custodial-automation\\+\\d+@tidepool\\.org$", Pattern.CASE_INSENSITIVE);
// CUSTODIAN_ROLE is the role to give custodians accounts extracted from
// profiles that contain a fake child.
// TODO: decide on actual role
private static final String CUSTODIAN_ROLE = "custodian";
private static final String CUSTODIAN_ROLE = "care_partner";

private final KeycloakSession session;

Expand Down

0 comments on commit 3f790d1

Please sign in to comment.