Peripli / specification

Service Manager Specification
Apache License 2.0
11 stars 4 forks source link

Visibilities and Labels #39

Closed dpanayotov closed 5 years ago

dpanayotov commented 5 years ago

Service Manager should be able to manage platform visibilities. This means that you should be able to say which service (more specifically - plan) is visible in which platform.

In addition, you could have the possibility to further scope the visibility in that platform, if the platform allows it. This can be achieved by attaching labels to a visibility. For example: Enable service plan my_plan in organisations my_org1 and my_org2 of cloud foundry platform cf, should result in the following visibility:

{
    "platform_id": "cf-id",
    "service_plan_id": "my_plan-id",
    "labels": {
        "org_ids": ["my_org1-id", "my_org2-id"]
    }
}
CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

fmui commented 5 years ago

Content applied.