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

Deploy Service does not honor space constraint when searching for service instances #3

@krmeda

Description

@krmeda

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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions