orange-cloudfoundry / cf-ops-automation-broker

On demand dedicated services through COA concourse pipeline engine
4 stars 0 forks source link

Propagate incoming custom OSB-cmdb param to coab-vars.yml and filter it out from inner broker CSI #229

Open gberche-orange opened 4 years ago

gberche-orange commented 4 years ago

Expected behavior

Current behavior

gberche-orange commented 4 years ago

Validated with the following commands that current inner brokers don't fail with additional extra unknown params passed:

cf cs p-mysql 10mb unbrokered  -c '{"x-osb-cmdb":4}' -b p-mysql
cf cs redis-unbrokered dedicated-vm -c '{"x-osb-cmdb":4}'  -b p-redis
cf cs p-rabbitmq37 standard redis-unbrokered -c '{"x-osb-cmdb":4}'  
cf cs mongodb default mongo-unbrokered -c '{"x-osb-cmdb":4}' -b p-mongodb