Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: IN and ME geos #8126

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: IN and ME geos #8126

wants to merge 3 commits into from

Conversation

smritikjaggi
Copy link
Contributor

@smritikjaggi smritikjaggi commented Nov 7, 2024

@smritikjaggi smritikjaggi added the do not merge Issues/ PRs whose changes should not be merged at this time label Nov 7, 2024
@smritikjaggi smritikjaggi requested a review from a team as a code owner November 7, 2024 17:06
Copy link
Contributor

github-actions bot commented Nov 7, 2024

⚠️ Please add at least one of the following review labels to this PR:

  • review:copyedit: Request for writer review.
  • review:general: Review for general accuracy and presentation.
    Does the doc work? Does it output correctly?
  • review:tech: Request for technical review for a docs platform change.
  • review:sme: Request for review from an SME (engineer, PM, etc.).

Note: Only Kong employees can add labels due to a GitHub limitation.
If you're an OSS contributor, thank you! The maintainers will label this PR for you.

Copy link

netlify bot commented Nov 7, 2024

Deploy Preview for kongdocs ready!

Name Link
🔨 Latest commit 2e4cf09
🔍 Latest deploy log https://app.netlify.com/sites/kongdocs/deploys/673f4ae59ca9cb00080e5f9b
😎 Deploy Preview https://deploy-preview-8126--kongdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
9 paths audited
Performance: 93 (🟢 up 3 from production)
Accessibility: 92 (no change from production)
Best Practices: 98 (🟢 up 8 from production)
SEO: 99 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@cloudjumpercat cloudjumpercat added the review:copyedit Request for writer review. label Nov 20, 2024
@cloudjumpercat cloudjumpercat changed the title Update geo.md to reflect for 2 new geos to go live end of November feat: IN and UAE geos Nov 20, 2024
@cloudjumpercat cloudjumpercat self-assigned this Nov 20, 2024
Copy link
Contributor Author

@smritikjaggi smritikjaggi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! We just need to change all references of UAE to ME, given legal input. Thanks!

@@ -172,6 +172,8 @@ 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"`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have input from legal to call it "Middle East geo" instead of UAE geo.
The endpoints are "https://me.api.konghq.com"

@@ -17,8 +17,11 @@ Geographic regions allow you to also operate {{site.konnect_saas}} in a similar

* AU
* EU
* India (IN)
* UAE
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets call this "Middle East" instead of UAE

|:----------|:----------|
| `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. |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

me.api.konghq.com

| `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. |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PORTAL_ID.me.portal.konghq.com

| `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. |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CONTROL_PLANE_ID.me.cp0.konghq.com

|:----------|:----------|
| `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. |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

me.api.konghq.com

| `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. |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

`PORTAL_ID.me.portal.konghq.com

| `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. |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CONTROL_PLANE_ID.me.cp0.konghq.com

| `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. |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

`CONTROL_PLANE_ID.me.tp0.konghq.com

| `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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ME geo

@Guaris
Copy link
Contributor

Guaris commented Nov 21, 2024

This PR should be merged with this one as well
#8161

@cloudjumpercat cloudjumpercat changed the title feat: IN and UAE geos feat: IN and ME geos Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Issues/ PRs whose changes should not be merged at this time review:copyedit Request for writer review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants