I am currently evaluating whether it will be possible for my company to use Cloud Foundry for at least our test environments, if not production.
I would like to know whether it is possible to secure access to these (grails) applications at the infrastructure, rather than application level? I cannot find anything in the documentation that suggests this is possible?
For instance, can I lock down access to the application by IP at firewall level?
I realise I can provide security at the application level via:
- Spring Security
- Cloud Foundry UAA, hosted SSO solution
...it would provide a lot more comfort to people in the company if we could guarantee that the environments could be locked down a bit more.