@@ -23,7 +23,7 @@ export type ConfigType = {
2323 PaidMemberPriceId : string ;
2424 AadValidReadOnlyClientId : string ;
2525 LinkryCloudfrontKvArn ?: string ;
26- ConfigurationSecrets : string [ ] ;
26+ ConfigurationSecretIds : string [ ] ;
2727 DiscordGuildId : string ;
2828} ;
2929
@@ -98,7 +98,7 @@ const environmentConfig: EnvironmentConfigType = {
9898 / ^ h t t p s : \/ \/ (?: .* \. ) ? a c m u i u c \. p a g e s \. d e v $ / ,
9999 / h t t p : \/ \/ l o c a l h o s t : \d + $ / ,
100100 ] ,
101- ConfigurationSecrets : [ "infra-core-api-testing-credentials" , "infra-core-api-config" ] ,
101+ ConfigurationSecretIds : [ "infra-core-api-testing-credentials" , "infra-core-api-config" ] ,
102102 AadValidClientId : "39c28870-94e4-47ee-b4fb-affe0bf96c9f" ,
103103 LinkryBaseUrl : "https://core.aws.qa.acmuiuc.org" ,
104104 PasskitIdentifier : "pass.org.acmuiuc.qa.membership" ,
@@ -117,7 +117,7 @@ const environmentConfig: EnvironmentConfigType = {
117117 prod : {
118118 UserFacingUrl : "https://core.acm.illinois.edu" ,
119119 AzureRoleMapping : { AutonomousWriters : [ AppRoles . EVENTS_MANAGER ] } ,
120- ConfigurationSecrets : [ "infra-core-api-config" ] ,
120+ ConfigurationSecretIds : [ "infra-core-api-config" ] ,
121121 ValidCorsOrigins : [
122122 / ^ h t t p s : \/ \/ (?: .* \. ) ? a c m u i u c - a c a d e m i c - w e b \. p a g e s \. d e v $ / ,
123123 / ^ h t t p s : \/ \/ (?: .* \. ) ? a c m u i u c \. p a g e s \. d e v $ / ,
0 commit comments