Skip to content

Commit

Permalink
add openmaps and maps to host cert mapping (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder authored Dec 18, 2024
1 parent 413a79d commit 01fa5e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions microservices/kubeApi/clients/ocp_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 01fa5e9

Please sign in to comment.