Skip to content

Commit

Permalink
access to grand funded users
Browse files Browse the repository at this point in the history
  • Loading branch information
mluukkai committed Sep 30, 2024
1 parent db75e1e commit 5d9f396
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/server/util/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ export const powerUserIam = 'grp-currechat-powerusers'

export const employeeIam = 'hy-employees'

export const accessIams = [basicUserIam, powerUserIam, employeeIam]
const grandFunded = 'hy-grant-funded-researchers'

export const accessIams = [basicUserIam, powerUserIam, employeeIam, grandFunded]

export const tikeIam = 'hy-tike-allstaff'

Expand Down

0 comments on commit 5d9f396

Please sign in to comment.