microsoft / Microsoft-Fabric-workload-development-sample

Demonstrates how to implement a Microsoft Fabric workload in .net and typescript
Other
30 stars 16 forks source link

Remove tenant id from header in endpoint resolution request. #24

Closed tarostok closed 4 months ago

atefsaw commented 4 months ago

@tarostok , what's the motivation of removing the tenant-id header in the ER endpoint?

tarostok commented 4 months ago

@tarostok , what's the motivation of removing the tenant-id header in the ER endpoint?

@tarostok , what's the motivation of removing the tenant-id header in the ER endpoint?

For endpoint resolution we would like to pass the tenant id at the request body to allow it to be cached and we don't want the workload to resolve the endpoint using the tenant id in the header which can cause cache misalignment.