Skip to content

AWS - Fix Provider routing to correct partition

Guillaume Caillet requested to merge cailletg-fix-provider-routing into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

What is the new/expected behavior?

This fix an issue with AWS implementation of multi data partition. Requests were not properly routed to the correct Provider deployment when deploying on several data partition. This also fix an issue with CORS and preflight request.

Merge request reports