File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,15 @@ import {
16
16
17
17
const CONFIG_SECRET_NAME = "infra-events-api-config" as const ;
18
18
const GroupRoleMapping : Record < RunEnvironment , Record < string , AppRoles [ ] > > = {
19
- prod : { "48591dbc-cdcb-4544-9f63-e6b92b067e33" : [ AppRoles . MANAGER ] } , // Infra Chairs
19
+ prod : {
20
+ "48591dbc-cdcb-4544-9f63-e6b92b067e33" : [ AppRoles . MANAGER ] , // Infra Chairs
21
+ "ff49e948-4587-416b-8224-65147540d5fc" : [ AppRoles . MANAGER ] , // Officers
22
+ "ad81254b-4eeb-4c96-8191-3acdce9194b1" : [ AppRoles . MANAGER ] // Exec
23
+ } ,
20
24
dev : {
21
25
"48591dbc-cdcb-4544-9f63-e6b92b067e33" : [ AppRoles . MANAGER ] , // Infra Chairs
26
+ "940e4f9e-6891-4e28-9e29-148798495cdb" : [ AppRoles . MANAGER ] , // ACM Infra Team
27
+ "f8dfc4cf-456b-4da3-9053-f7fdeda5d5d6" : [ AppRoles . MANAGER ] , // Infra Leads
22
28
"0" : [ AppRoles . MANAGER ] , // Dummy Group for development only
23
29
} ,
24
30
} ;
You can’t perform that action at this time.
0 commit comments