Skip to content

Bugfix/#2943 fix data residency regex#2944

Closed
tehho wants to merge 2 commits intointegrations:mainfrom
tehho:bugfix/#2943-fix-data-residency-regex
Closed

Bugfix/#2943 fix data residency regex#2944
tehho wants to merge 2 commits intointegrations:mainfrom
tehho:bugfix/#2943-fix-data-residency-regex

Conversation

@tehho
Copy link

@tehho tehho commented Nov 25, 2025

Add actual support for data residency in regex

Resolves #2943


Before the change?

  • Does not check baseURL correctly

After the change?

  • Should check baseURL for data residency match

Pull request checklist

  • Schema migrations have been created if needed (example)
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

@github-actions github-actions bot added the Type: Bug Something isn't working as documented label Nov 25, 2025
Copy link
Collaborator

@stevehipwell stevehipwell left a comment

Choose a reason for hiding this comment

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

I don't think this is the right way to fix this issue, it looks like the real cause of the issue is that the provider logic is brittle and uses strings where a url.URL should be being used.

@stevehipwell stevehipwell mentioned this pull request Nov 26, 2025
5 tasks
@stevehipwell
Copy link
Collaborator

@tehho I've opened #2951 as a replacement for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug Something isn't working as documented

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Data residency does not use correct api url

3 participants