HHS / simpler-grants-gov

https://simpler.grants.gov
Other
36 stars 9 forks source link

[Task]: Secure access control for load balance URL #1005

Open sumiat opened 8 months ago

sumiat commented 8 months ago

Summary

The current configuration of the load balancer URL presents a security risk as it is accessible without restrictions. To enhance security, we need to implement access controls to either block public access entirely or limit access to users connected via VPN.

image

Acceptance criteria

jldroid19 commented 8 months ago

The security scans against that endpoint don't show any critical or high vulnerabilities. However, this is an http endpoint and the security controls say we need to block all insecure ports going into the environment.

coilysiren commented 7 months ago

However, this is an http endpoint and the security controls say we need to block all insecure ports going into the environment.

We have a separate ticket for that! https://github.com/HHS/simpler-grants-gov/issues/961