The gateway-route relation¶
The gateway-route interface is implemented by the
charms.gateway_api_integrator.v1.gateway_route library. It is a bidirectional
application databag exchange:
Direction |
Fields |
Description |
|---|---|---|
Requirer → Provider |
|
The FQDN(s) the workload should be reachable on. Used by the provider to request TLS certificates and DNS records. |
Provider → Requirer |
|
The identity of the |
The https_mode field tells the requirer how TLS is handled. The field has three available modes:
Mode |
Meaning |
|---|---|
|
No TLS configured; only HTTP listeners exist on the |
|
TLS configured; both HTTP and HTTPS listeners exist. |
|
TLS configured and HTTP is redirected to HTTPS. |