As a service broker author, in order to ease traceability from brokered service metadata (e.g. service-instance/org/space/user guid) to backing service resource (e.g. Iaas metadata stored in vms), I need an opt-in to enable the incoming OSB metadata on service instance to be passed along as a custom param such as x-osb-cmdb that some broker might leverage (until 1st class annotations support in 2.16)
As a 1st step, this custom param could contain the same payload as #10
Expected behavior
As a service broker author, in order to ease traceability from brokered service metadata (e.g. service-instance/org/space/user guid) to backing service resource (e.g. Iaas metadata stored in vms), I need an opt-in to enable the incoming OSB metadata on service instance to be passed along as a custom param such as
x-osb-cmdb
that some broker might leverage (until 1st class annotations support in 2.16)As a 1st step, this custom param could contain the same payload as #10
Observed behavior
Only osb-provided params will be supported with #12