For the complete documentation index, see llms.txt. This page is also available as Markdown.

Domain Names and Certificates

Domain names and mapping for G2P Bridge

Domain names

The suggested convention is given below.

<component>.<environment>.<your org domain>.<tld>

The chart derives every hostname from the install namespace by default (.Release.Namespace), so you usually set nothing. Override global.namespace to use a hostname segment that differs from the Kubernetes namespace, or override each hostname individually.

Component

Helm value

Example Domain (namespace = trial)

G2P Bridge Partner API

global.g2pBridgeHostname

g2p-bridge.trial.openg2p.org

Beneficiary Portal API

global.benePortalHostname

g2p-bridge-bene-portal.trial.openg2p.org

Example Bank API (bundled)

global.exampleBankHostname

example-bank.trial.openg2p.org

All the above domains point to the Nginx IP for the server (virtual host) that routes to the Istio Ingress gateway on the OpenG2P Cluster.

Certificates

SSL certs for all the above must be available, generally as a wild card certificate for the domain, example. *.dev.openg2p.org

Last updated

Was this helpful?