@@ -50,6 +50,7 @@ export type GenericConfigType = {
5050 AuditLogTable : string ;
5151 ApiKeyTable : string ;
5252 ConfigSecretName : string ;
53+ TestingCredentialsSecret : string ;
5354} ;
5455
5556type EnvironmentConfigType = {
@@ -87,7 +88,8 @@ const genericConfig: GenericConfigType = {
8788 RoomRequestsStatusTableName : "infra-core-api-room-requests-status" ,
8889 AuditLogTable : "infra-core-api-audit-log" ,
8990 ApiKeyTable : "infra-core-api-keys" ,
90- ConfigSecretName : "infra-core-api-config"
91+ ConfigSecretName : "infra-core-api-config" ,
92+ TestingCredentialsSecret : "infra-core-api-testing-credentials" ,
9193} as const ;
9294
9395const environmentConfig : EnvironmentConfigType = {
@@ -100,7 +102,7 @@ const environmentConfig: EnvironmentConfigType = {
100102 / ^ h t t p s : \/ \/ (?: .* \. ) ? a c m u i u c \. p a g e s \. d e v $ / ,
101103 / h t t p : \/ \/ l o c a l h o s t : \d + $ / ,
102104 ] ,
103- ConfigurationSecretIds : [ "infra-core-api-testing-credentials" , genericConfig . ConfigSecretName ] ,
105+ ConfigurationSecretIds : [ genericConfig . TestingCredentialsSecret , genericConfig . ConfigSecretName ] ,
104106 AadValidClientId : "39c28870-94e4-47ee-b4fb-affe0bf96c9f" ,
105107 LinkryBaseUrl : "https://core.aws.qa.acmuiuc.org" ,
106108 PasskitIdentifier : "pass.org.acmuiuc.qa.membership" ,
0 commit comments