What shall be solved?
Cloud foundry team introduced a new option to load VCAP service bindings from a file. This was done to bypass the variable limit set to 128kb.
So, it would be nice to support this feature in CAP to avoid usage of fallbacks solution like environment variables.
Proposed solution
@sap/xsenv library already support this feature and it would be nice to also support in CAP since version 5.6.0
https://www.npmjs.com/package/@sap/xsenv/v/5.6.1?activeTab=code
You can also find more details here:
https://docs.cloudfoundry.org/devguide/services/application-binding.html#file-based-vcap-services
Thanks a lot,
Sebastien
What shall be solved?
Cloud foundry team introduced a new option to load VCAP service bindings from a file. This was done to bypass the variable limit set to 128kb.
So, it would be nice to support this feature in CAP to avoid usage of fallbacks solution like environment variables.
Proposed solution
@sap/xsenv library already support this feature and it would be nice to also support in CAP since version 5.6.0
https://www.npmjs.com/package/@sap/xsenv/v/5.6.1?activeTab=code
You can also find more details here:
https://docs.cloudfoundry.org/devguide/services/application-binding.html#file-based-vcap-services
Thanks a lot,
Sebastien