From fdf7d98db2ec89660d2a7ea5fc80978796348ecf Mon Sep 17 00:00:00 2001 From: Marnix Dessing Date: Thu, 30 Mar 2023 17:55:02 +0200 Subject: [PATCH] feat: add new CNAME record for validation --- src/Configuration.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Configuration.ts b/src/Configuration.ts index e610fb34..ed0219a1 100644 --- a/src/Configuration.ts +++ b/src/Configuration.ts @@ -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', + }, }, }; \ No newline at end of file