Closed pri-kise closed 5 months ago
@freddydk, here's another issue related to Docker deployments. The assumption seems to be, that Sandbox Docker containers emulate that they're SaaS. In reality they aren't - they also don't have entitlements enabled etc. There seems to be some confusion / missing functionality we must address.
For testing whether you are running on Saas or not you should use IsSaasInfrastructure.
In that case, I will close this issue. @pri-kise, please reopen if you disagree.
In our Pipelines with Sandbox Dockers the procedure
IsOnPrem
returnstrue
.I would expect that we receive
false
for Sandbox Dockers andtrue
for OnPrem Dockers.as an alternative it might be helpful to know the difference if it is real OnPrem or only a docker for testing. Internal work item: AB#538600