As @NoahKunin has pointed out, no MyUSA deployment should be publicly accessible until ATO is given. So we need to limit availability of production, staging and any other deployments to Federal agency staff, authenticating with IP whitelist and HTTP auth.
Is there an easy Cloud Foundry way of doing this?
If not, we can put a before_filter on the ApplicationController.
As @NoahKunin has pointed out, no MyUSA deployment should be publicly accessible until ATO is given. So we need to limit availability of production, staging and any other deployments to Federal agency staff, authenticating with IP whitelist and HTTP auth.
Is there an easy Cloud Foundry way of doing this? If not, we can put a
before_filter
on the ApplicationController.