Peripli / service-manager

Service Manager Core
Apache License 2.0
69 stars 28 forks source link

provision reference instance via selector #658

Closed EpsilonTal closed 3 years ago

EpsilonTal commented 3 years ago

Motivation Sharing a service instance between different scopes allows apps in different scopes to share databases, messaging queues, and other types of services. This enables development teams to share a resource, while eliminates the use of service bindings as keys and user-provided services or other means to maintain credentials of instances that were provisioned in another scope.    User Story

As a developer, I would like to be able to refer to a shared instance without the need to provide the ID of the original instance, so that I could apply a robust automated script that can be executed in different landscapes and setups.