-
Notifications
You must be signed in to change notification settings - Fork 14
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]: Enable HTTPs Redirect for API #961
Labels
Comments
github-project-automation
bot
moved this to Icebox
in Simpler.Grants.gov Product Backlog
Jan 3, 2024
github-project-automation
bot
moved this to Icebox
in Simpler.Grants.gov Product Backlog
Jan 3, 2024
I'm +1 on letting this wait until we get the proper API URLs, eg. #906 |
POAM:
|
2 tasks
sumiat
modified the milestones:
Security - Control implementations,
Security - Future work
Feb 1, 2024
This is blocked because we need a HTTPS URL to redirect to. |
Blocked by #906 |
This is done: $curl http://api.simpler.grants.gov/ -I
HTTP/1.1 301 Moved Permanently
Server: awselb/2.0
Date: Tue, 19 Mar 2024 18:22:21 GMT
Content-Type: text/html
Content-Length: 134
Connection: keep-alive
Location: https://api.simpler.grants.gov:443/ |
github-project-automation
bot
moved this from Blocked
to Done
in Simpler.Grants.gov Product Backlog
Mar 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
This might be close once we implement #906.
NIST-800 53 requires Application Load Balancer should be configured to redirect all HTTP requests to HTTPS. The current API in dev does not have HTTPS enabled.
Acceptance criteria
The text was updated successfully, but these errors were encountered: