SAP-samples / btp-services-intelligent-routing

Route Multi-Region Traffic to SAP BTP Services Intelligently. Sample Code and step-by-step guides to set up a multi-region landscape for SAP Cloud Integration and SAP Launchpad service using Azure Traffic Manager or Amazon Route 53 to distribute incoming traffic intelligently.
Apache License 2.0
11 stars 9 forks source link

Cannot share private domain #10

Closed AlgorithmGoddess closed 2 years ago

AlgorithmGoddess commented 2 years ago

Dear author,

I'm following your steps to build a HA test demo.

I'm now successfully mapped one CPI's API with custom domain service (as step-3), but when I configure the second one, I cannot map the second API with the same domain, even I have already run the command share-private-domain, could you please help to figure this issue out?

image

MartinPankraz commented 2 years ago

@maxstreifeneder and @hterminasyan,

there was a change in the process for the cf custom domain since I published the blog initially if I remember correctly, right?

@AlgorithmGoddess did you verify the general domain create process? Have a look at my outdated CLI sequence here. The wildcard domain is the same across both spaces, only the routes are different.

I suspect the domain sharing part changed, hence the issue. @maxstreifeneder and @hterminasyan will update my blog too once figured out how to clarify.

KR Martin

AlgorithmGoddess commented 2 years ago

Hi All,

I have found my problem of this issue, it's because I was trying to create 2 map route in the same cloud foundry api endpoint. I then create another tenant with different area and can successfully do the routes and mapping. Thanks all for help, especially thanks @MartinPankraz to ping me to help me out.

KR Lexi