Skip to content

Commit ecd1088

Browse files
committed
Add GSA/TTS and CEQ email addresses to sandbox allowlist
1 parent 80ee713 commit ecd1088

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

apps/sandbox/src/server.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,24 @@ export const createCustomServer = async (db: DatabaseContext): Promise<any> => {
2929
'lauren.george@maryland.gov',
3030
'emil.leong@maryland.gov',
3131
'paul.roberts@maryland.gov',
32+
33+
// GSA/TTS people
34+
'amber.vanamburg@gsa.gov',
35+
'bret.mogilefsky@gsa.gov',
36+
'chris.bisom@gsa.gov',
37+
'daniel.naab@gsa.gov',
38+
'daniela.aburto@gsa.gov',
39+
'elizabeth.ayer@gsa.gov',
40+
'john.jediny@gsa.gov',
41+
'nicholas.papafil@gsa.gov',
42+
'samantha.noor@gsa.gov',
43+
'tyler.burton@gsa.gov',
44+
45+
// CEQ
46+
'david.y.yi@ceq.eop.gov',
47+
'Jordan.K.Eccles@ceq.eop.gov',
48+
'michael.r.drummond@ceq.eop.gov',
49+
'sophie.r.godfrey-mckee@ceq.eop.gov'
3250
].includes(email.toLowerCase());
3351
},
3452
});

0 commit comments

Comments
 (0)