Browse Source

fix(hybridcloud) Add organization list to US pin list (#60477)

If a request to the organization list endpoints is received on control
silo, it should be forwarded to the US region.
Mark Story 1 year ago
parent
commit
95f8d0bcd1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/sentry/api_gateway/api_gateway.py

+ 1 - 0
src/sentry/api_gateway/api_gateway.py

@@ -37,6 +37,7 @@ REGION_PINNED_URL_NAMES = (
     # New usage of these is region scoped.
     # New usage of these is region scoped.
     "sentry-error-page-embed",
     "sentry-error-page-embed",
     "sentry-release-hook",
     "sentry-release-hook",
+    "sentry-api-0-organizations",
     "sentry-api-0-projects",
     "sentry-api-0-projects",
     "sentry-api-0-accept-project-transfer",
     "sentry-api-0-accept-project-transfer",
     "sentry-account-email-unsubscribe-incident",
     "sentry-account-email-unsubscribe-incident",