Skip to content

Commit

Permalink
Remove mentions of IN region
Browse files Browse the repository at this point in the history
Signed-off-by: Diana <[email protected]>
  • Loading branch information
cloudjumpercat committed Nov 25, 2024
1 parent 2e4cf09 commit dd29d81
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
3 changes: 1 addition & 2 deletions app/_src/deck/guides/konnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,12 @@ To target a specific geo, set `konnect-addr` to one of the following:

{% if_version gte:1.40.x %}

{{site.base_gateway}} supports AU, EU, IN, ME, and US [geographic regions](/konnect/geo/).
{{site.base_gateway}} supports AU, EU, 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"`
* ME geo:`"https://me.api.konghq.com"`

{% endif_version %}
Expand Down
1 change: 0 additions & 1 deletion app/konnect/geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Geographic regions allow you to also operate {{site.konnect_saas}} in a similar

* AU
* EU
* India (IN)
* ME
* US

Expand Down
22 changes: 0 additions & 22 deletions app/konnect/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,6 @@ add the following hostnames to the firewall allowlist (depending on the [geograp
| `CONTROL_PLANE_ID.eu.cp0.konghq.com` | Handles configuration for a control plane in the EU 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.eu.tp0.konghq.com` | Gathers telemetry data for a control plane in the EU geo. This hostname is unique to each organization and control plane. |

### IN 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. |
| `in.api.konghq.com` | The {{site.konnect_short_name}} API for the IN geo. Necessary if you are using decK in your workflow, decK uses this API to access and apply configurations. |
| `PORTAL_ID.in.portal.konghq.com` | The URL for the Dev Portal in the IN geo. |
| `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. |

### ME geo

| Hostname | Description |
Expand Down Expand Up @@ -180,17 +169,6 @@ Add the following hostnames to the firewall allowlist (depending on the [geograp
| `CONTROL_PLANE_ID.eu.cp0.konghq.com` | Handles configuration for a control plane in the EU 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.eu.tp0.konghq.com` | Gathers telemetry data for a control plane in the EU geo. This hostname is unique to each organization and control plane. |
### IN 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. |
| `in.api.konghq.com` | The {{site.konnect_short_name}} API for the IN geo. Necessary if you are using decK in your workflow, decK uses this API to access and apply configurations. |
| `PORTAL_ID.in.portal.konghq.com` | The URL for the Dev Portal in the IN geo. |
| `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. |
### ME geo
| Hostname | Description |
Expand Down

0 comments on commit dd29d81

Please sign in to comment.