Open ikethecoder opened 2 weeks ago
@ikethecoder looks like gwa apply
only supports GatewayService, CredentialIssuer, DraftDataset, and Product (Environment) resources and not certificates. It would be nice to not force folks to use pg
.
Let's line that up for next sprint and consider if we want to have Veenu go ahead with pg
or hold off?
Due to the handling of 3rd party cookies in browsers, there is a requirement to allow custom domains to be configured on the Kong Gateway, as opposed to now where they have to use one of the wildcard-based certificates.
To accomplish this, we need:
gateway API
to collect the certificate details from the Kong Admin API and including them in the request that goes to thekube API
[]
)kube API
to use the new information about custom certificates and apply the Route with the appropriate SSL/TLS detailsscheduler API
to gather information from the Kong Admin API and send it to thekube API
for provisioning.Validation
register the *.api.gov.bc.ca cert for webapps.gov.bc.ca, curl with --resolve to Silver
A/C: