Skip to content

Commit

Permalink
Change uae to me, fix decK conditional rendering
Browse files Browse the repository at this point in the history
Signed-off-by: Diana <[email protected]>
  • Loading branch information
cloudjumpercat committed Nov 21, 2024
1 parent 049802b commit 2e4cf09
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
15 changes: 13 additions & 2 deletions app/_src/deck/guides/konnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,27 @@ Use `--konnect-addr` to select the API to connect to.

The default API decK uses is `https://us.api.konghq.com`, which targets the `cloud.konghq.com` environment.

{% if_version gte:1.14.x %}
{% if_version gte:1.14.x lte:1.40.x %}

{{site.base_gateway}} supports AU, EU, and US [geographic regions](/konnect/geo/).

To target a specific geo, set `konnect-addr` to one of the following:
* AU geo:`"https://au.api.konghq.com"`
* EU geo:`"https://eu.api.konghq.com"`
* US geo:`"https://us.api.konghq.com"`

{% endif_version %}

{% if_version gte:1.40.x %}

{{site.base_gateway}} supports AU, EU, IN, ME, and US [geographic regions](/konnect/geo/).

To target a specific geo, set `konnect-addr` to one of the following:
* AU geo:`"https://au.api.konghq.com"`
* EU geo:`"https://eu.api.konghq.com"`
* US geo:`"https://us.api.konghq.com"`
* IN geo:`"https://in.api.konghq.com"`
* UAE geo:`"https://uae.api.konghq.com"`
* ME geo:`"https://me.api.konghq.com"`

{% endif_version %}

Expand Down
2 changes: 1 addition & 1 deletion app/konnect/geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Geographic regions allow you to also operate {{site.konnect_saas}} in a similar
* AU
* EU
* India (IN)
* UAE
* ME
* US


Expand Down
20 changes: 10 additions & 10 deletions app/konnect/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ add the following hostnames to the firewall allowlist (depending on the [geograp
| `CONTROL_PLANE_ID.in.cp0.konghq.com` | Handles configuration for a control plane in the IN geo. Data plane nodes connect to this host to receive configuration updates. This hostname is unique to each organization and control plane. |
| `CONTROL_PLANE_ID.in.tp0.konghq.com` | Gathers telemetry data for a control plane in the IN geo. This hostname is unique to each organization and control plane. |

### UAE geo
### ME geo

| Hostname | Description |
|:----------|:----------|
| `cloud.konghq.com` | The {{site.konnect_short_name}} platform. |
| `global.api.konghq.com` | The {{site.konnect_short_name}} API for platform authentication, identity, permissions, teams, and organizational entitlements and settings. |
| `uae.api.konghq.com` | The {{site.konnect_short_name}} API for the UAE geo. Necessary if you are using decK in your workflow, decK uses this API to access and apply configurations. |
| `PORTAL_ID.uae.portal.konghq.com` | The URL for the Dev Portal in the UAE geo. |
| `CONTROL_PLANE_ID.uae.cp0.konghq.com` | Handles configuration for a control plane in the UAE geo. Data plane nodes connect to this host to receive configuration updates. This hostname is unique to each organization and control plane. |
| `CONTROL_PLANE_ID.uae.tp0.konghq.com` | Gathers telemetry data for a control plane in the UAE geo. This hostname is unique to each organization and control plane. |
| `me.api.konghq.com` | The {{site.konnect_short_name}} API for the ME geo. Necessary if you are using decK in your workflow, decK uses this API to access and apply configurations. |
| `PORTAL_ID.me.portal.konghq.com` | The URL for the Dev Portal in the ME geo. |
| `CONTROL_PLANE_ID.me.cp0.konghq.com` | Handles configuration for a control plane in the ME geo. Data plane nodes connect to this host to receive configuration updates. This hostname is unique to each organization and control plane. |
| `CONTROL_PLANE_ID.me.tp0.konghq.com` | Gathers telemetry data for a control plane in the ME geo. This hostname is unique to each organization and control plane. |

### US geo

Expand Down Expand Up @@ -191,16 +191,16 @@ Add the following hostnames to the firewall allowlist (depending on the [geograp
| `CONTROL_PLANE_ID.in.cp0.konghq.com` | Handles configuration for a control plane in the IN geo. Data plane nodes connect to this host to receive configuration updates. This hostname is unique to each organization and control plane. |
| `CONTROL_PLANE_ID.in.tp0.konghq.com` | Gathers telemetry data for a control plane in the IN geo. This hostname is unique to each organization and control plane. |
### UAE geo
### ME geo
| Hostname | Description |
|:----------|:----------|
| `cloud.konghq.com` | The {{site.konnect_short_name}} platform. |
| `global.api.konghq.com` | The {{site.konnect_short_name}} API for platform authentication, identity, permissions, teams, and organizational entitlements and settings. |
| `uae.api.konghq.com` | The {{site.konnect_short_name}} API for the UAE geo. Necessary if you are using decK in your workflow, decK uses this API to access and apply configurations. |
| `PORTAL_ID.uae.portal.konghq.com` | The URL for the Dev Portal in the UAE geo. |
| `CONTROL_PLANE_ID.uae.cp0.konghq.com` | Handles configuration for a control plane in the UAE geo. Data plane nodes connect to this host to receive configuration updates. This hostname is unique to each organization and control plane. |
| `CONTROL_PLANE_ID.uae.tp0.konghq.com` | Gathers telemetry data for a control plane in the UAE geo. This hostname is unique to each organization and control plane. |
| `me.api.konghq.com` | The {{site.konnect_short_name}} API for the ME geo. Necessary if you are using decK in your workflow, decK uses this API to access and apply configurations. |
| `PORTAL_ID.me.portal.konghq.com` | The URL for the Dev Portal in the ME geo. |
| `CONTROL_PLANE_ID.me.cp0.konghq.com` | Handles configuration for a control plane in the ME geo. Data plane nodes connect to this host to receive configuration updates. This hostname is unique to each organization and control plane. |
| `CONTROL_PLANE_ID.me.tp0.konghq.com` | Gathers telemetry data for a control plane in the ME geo. This hostname is unique to each organization and control plane. |
### US geo
Expand Down

0 comments on commit 2e4cf09

Please sign in to comment.