Skip to content

Commit

Permalink
feat: add new CNAME record for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
marnixdessing committed Mar 30, 2023
1 parent 296bd62 commit fdf7d98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ const configurations: { [name: string] : Configuration } = {
setWafRatelimit: true,
useDemoScheme: true, // For now keep this true, so we do not issue valid attributes untill everything works
nijmegenSubdomain: 'yivi', // yivi.nijmegen.nl
cnameRecords: undefined,
cnameRecords: {
'_988b6a082afeb2260ef3a85673b887c8.yivi-issue.auth-prod.csp-nijmegen.nl': '_e38b4911aa3741d5dda4456d86105c4e.btsqtkxpyp.acm-validations.aws',
},
},
};

0 comments on commit fdf7d98

Please sign in to comment.