Re: How to call Cloud Foundry API from a node.js application deployed?
Amit Kumar Gupta
You may need to configure the application-level security groups to allow
apps running in containers to talk to system components such as the Cloud Controllers. You will likely only want to allow this for trusted applications, and thus may wish to bind these more permissive security group settings to the particular space in which your Node app resides. You can read more about security groups here: http://docs.pivotal.io/pivotalcf/adminguide/app-sec-groups.html On Wed, Aug 12, 2015 at 2:22 AM, Juan Antonio BreƱa Moral < bren(a)juanantonio.info> wrote: Good morning,
|
|