Skip to content

Commit 5d9f396

Browse files
committed
access to grand funded users
1 parent db75e1e commit 5d9f396

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/server/util/config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ export const powerUserIam = 'grp-currechat-powerusers'
4545

4646
export const employeeIam = 'hy-employees'
4747

48-
export const accessIams = [basicUserIam, powerUserIam, employeeIam]
48+
const grandFunded = 'hy-grant-funded-researchers'
49+
50+
export const accessIams = [basicUserIam, powerUserIam, employeeIam, grandFunded]
4951

5052
export const tikeIam = 'hy-tike-allstaff'
5153

0 commit comments

Comments
 (0)