thecodeteam / ecs-cf-service-broker

Cloud Foundry Service Broker for EMC ECS Object Storage
Apache License 2.0
29 stars 28 forks source link

TAS context values as bucket tags #214

Closed rogalv closed 2 years ago

rogalv commented 2 years ago

Since 2.15, OSB API specifies CF org, space and instance names are specified in request context object: https://github.com/openservicebrokerapi/servicebroker/blob/master/profile.md#cloud-foundry-context-object

Let's allow placeholders as tag values to automate bucket tagging with those names.

rogalv commented 2 years ago

Could this also be related to #91 (Add cloud foundry instance ID to remote connection bindings)?