From f3665df380fa44776e2ea2fc3955a3f5bdeaaac8 Mon Sep 17 00:00:00 2001 From: ikethecoder Date: Tue, 17 Dec 2024 17:02:02 -0800 Subject: [PATCH] add openmaps and maps to host cert mapping --- microservices/kubeApi/clients/ocp_routes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/microservices/kubeApi/clients/ocp_routes.py b/microservices/kubeApi/clients/ocp_routes.py index 8eadc13..7552623 100644 --- a/microservices/kubeApi/clients/ocp_routes.py +++ b/microservices/kubeApi/clients/ocp_routes.py @@ -18,6 +18,8 @@ host_cert_mapping = { "data.gov.bc.ca": "data-api.tls", "api.gov.bc.ca": "data-api.tls", + "maps.gov.bc.ca": "data-api.tls", + "openmaps.gov.bc.ca": "data-api.tls", "apps.gov.bc.ca": "apps.tls" }