Skip to content

Commit adc7b8b

Browse files
authored
[NDR-293-b] Allow preprod common name for internal certs (#930)
1 parent a4fbdcd commit adc7b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambdas/enums/mtls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def allowed_names(cls) -> dict["MtlsCommonNames", list[str]]:
1616
cls.PDM: [
1717
"ndrclient.main.int.pdm.national.nhs.uk",
1818
"client.dev.ndr.national.nhs.uk",
19+
"client.preprod.ndr.national.nhs.uk"
1920
]
2021
}
2122

0 commit comments

Comments
 (0)