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 an app developer I want the service binding to be available to the app via the VCAP_SERVICES env var #3295

Open
danail-branekov opened this issue May 23, 2024 · 0 comments

Comments

@danail-branekov
Copy link
Member

GIVEN I have bound an app to a managed service
WHEN I check the $VCAP_SERVICES env var from within the app
THEN I see an entry representing the binding

Dev notes:

  • In order to make use of the already existing vcap_services builder,
    • the binding credentials object should be marshalled under the credentials key of an opaque secret
    • the name of the secret above should be set to the CFServiceBinding.Status.Credentials.Name
  • VCAP_SERVICES docs
  • Managed services proposal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🇪🇺 To do
Development

No branches or pull requests

1 participant