Closed maleck13 closed 7 years ago
@maleck13 sounds like a good feature to add in.
In addition to the serviceclass id, it'd also be interesting to note if we could determine and pass in the service instance id to the APB.
Are you interested in contributing a PR for this?
@maleck13 issue #470 may be related to this
@jwmatthews absolutely will take a look at these
Agreed, sounds like a good feature, and shouldn't be too difficult to implement.
There is precedence for broker injected parameters; they're prepended with a sort of "namespace" i.e. _apb_<parameter>
. If we're adding more injected params, I would add another namespaced parameter field for them and inject in a similar way.
See https://github.com/openshift/ansible-service-broker/blob/master/pkg/broker/types.go#L35 and the early broker.go#provision.go method for injection.
Hey guys to just keep you informed I am hoping to work on this issue early next week
@maleck13 sounds great.
This has been merged.
If this is something that you guys are happy with having as part of the asb, I am happy to take on this issue.