Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks
sumiat opened this issue Jan 10, 2024 · 2 comments
Open
2 tasks

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

sumiat opened this issue Jan 10, 2024 · 2 comments

Comments

@sumiat
Copy link
Contributor

sumiat commented Jan 10, 2024

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

  • The load balancer URL is either entirely blocked from public access or limited to VPN users only.
  • Testing validates the effectiveness of the implemented access controls.
@jldroid19
Copy link

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
Copy link
Collaborator

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! #961

@sumiat sumiat modified the milestones: Security - Control implementations, Security - Future work Feb 1, 2024
@margaretspring margaretspring removed this from the Security - Future work milestone Oct 29, 2024
@mxk0 mxk0 removed the project: grants.gov Grants.gov Modernization tickets label Nov 11, 2024
@mxk0 mxk0 removed the refinement label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

5 participants