This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Description
As seen in the below code:
|
res = self._cc.request(self._space.service_instances_url)\ |
|
.get_by_name(name) |
|
self._service_instance = res.resource |
The understanding from the service is that the service instance is restrained to the space resource that is set already. It causes undefined behavior when there are more than one service instance with the same name in multiple spaces in the same Org (and the user has access to both).