This repository has been archived by the owner on May 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 381
Add ability to map broker response into specific keys of k8s secret #1311
Milestone
Comments
cc @luksa |
I binned this as 0.2.0 so it was clear that it is not for 0.1.0 |
#dibbs
Since I am working on templating (outside of svc-cat), I'd like to work on this. 😀 |
@luksa has already started working on this, so you two should sync @carolynvs |
@carolynvs yep, this can be closed now. Thanks a lot, @luksa! |
Closed by #1868 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have heard from several users (and actively desired personally) to be able to map pieces of the broker response into different fields. For example, if I have an application template that depends on
$DB_URL
, it would be great to mapdb.url
intoDB_URL
in the k8s secret created by the catalog, or mapDATABASE_URL
into that field. We do not want to create templating with this feature, but it should be possible to do simple remapping of keys in thecredentials
portion of the response into secret keys.Related: openservicebrokerapi/servicebroker#116
The text was updated successfully, but these errors were encountered: