Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a service author, I want service instance creation parameters mapped to SPRING_APPLICATION_JSON on deployed applications #20

Closed
royclarkson opened this issue May 3, 2018 · 0 comments
Labels
accepted feature New feature or request
Milestone

Comments

@royclarkson
Copy link
Member

royclarkson commented May 3, 2018

GIVEN that I specify a backing app with the name: mapping-app
WHEN cf create-service my-service -c '{"key": "value", "compoundKey": { "subkey1": "subvalue1", "subkey2": "subvalue2" }}'
THEN I can see the SPRING_APPLICATION_JSON environment variable for the backing app mapping-app containing the value:

"{"transformed.key": "value", "other.transformed.compoundKey"; { "subkey1": "subvalue1", "subkey2": "subvalue2" }}"

where the mapping of keys from the request parameters to backing app env is configurable by the implementing service broker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted feature New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants