Revert "Document tenant-specific IAS host injection in RequestContext…#2518
Revert "Document tenant-specific IAS host injection in RequestContext…#2518renejeglinsky merged 1 commit intomainfrom
Conversation
|
|
||
| ```java | ||
| TenantInto tenantInfo = ...; | ||
| String tenantHost = tenantInfo.get("subscriber").get("tenantHost"); |
There was a problem hiding this comment.
should we leave with tenantInfo = ...
There was a problem hiding this comment.
@BraunMatthias : You mean removing ´tenantInfo.get("subscriber").get("tenantHost");` and leaving a bit unclear where to get the tenantHost? I think it depends a bit if and when we will get an automatic solution which works out of the box. However, people will then ask where they can read the tenantHost from. We would need to mention the xsuaa api which the stakeholder has to call manually.
There was a problem hiding this comment.
@renejeglinsky : As Matthias is currently on vacation, I propose to get this revert commit merged as the shown code is not correct. We have meanwhile requested a more central solution from underlying layers which would make this completely obsolete anyways.
As it turned out that the API provided by Subscription Manager does not offer the required field, we need to revert the docu. Once there is a final decision/solution, we will update the docu again
… (#2474)"
This reverts commit 66b4518.