Skip to content

Commit

Permalink
feat: Allow prod webformulier account access to SNS
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvanderborg committed Oct 30, 2023
1 parent c705f59 commit d7adaae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ const configurations: { [name: string] : Configuration } = {
deployFromEnvironment: Statics.gnBuildEnvironment,
deployToEnvironment: Statics.appProdEnvironment,
includePipelineValidationChecks: false,
allowedAccountIdsToPublishToSNS: [Statics.productionWebformulierenAccountId],
},
};
1 change: 1 addition & 0 deletions src/statics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export abstract class Statics {
};

static readonly acceptanceWebformulierenAccountId = '315037222840';
static readonly productionWebformulierenAccountId = '196212984627';

static ssmDataKeyArn: string = `/${this.projectName}/dataKeyArn`;
static ssmSubmissionBucketArn: string = `/${this.projectName}/submissionBucketArn`;
Expand Down

0 comments on commit d7adaae

Please sign in to comment.