You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to cf docs there should be a plan attribute in the VCAP_SERVICES env var that is set to the plan of the bound managed service instance
Acceptance
GIVEN I have an app that dumps the environment running on Korifi with a service instance bound to it WHEN I access the app THEN I can see that the plan attribute of the VCAP_SERVICES env var is set to the name of the service plan of the bound service
Dev Notes
On cf for vms the plan attribute is not set for user provided service instances, so it is a managed-only feature
The text was updated successfully, but these errors were encountered:
Background
According to cf docs there should be a
plan
attribute in the VCAP_SERVICES env var that is set to the plan of the bound managed service instanceAcceptance
GIVEN I have an app that dumps the environment running on Korifi with a service instance bound to it
WHEN I access the app
THEN I can see that the
plan
attribute of theVCAP_SERVICES
env var is set to the name of the service plan of the bound serviceDev Notes
plan
attribute is not set for user provided service instances, so it is a managed-only featureThe text was updated successfully, but these errors were encountered: