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

Refactor to use provided C2C TLS encryption #12

Open
6 tasks
davemcorwin opened this issue May 18, 2022 · 0 comments
Open
6 tasks

Refactor to use provided C2C TLS encryption #12

davemcorwin opened this issue May 18, 2022 · 0 comments
Labels
icebox Cold storage for issues squad-pages

Comments

@davemcorwin
Copy link
Contributor

davemcorwin commented May 18, 2022

Story

In order to simplify the application and leverage the platform, Pages Operators want to remove the https configuration and use the platform provided C2C TLS encryption.

Acceptance Criteria

GIVEN running on cloud.gov

  • WHEN a client attempts to access the server at the default port with https THEN it should fail
  • WHEN a client attempts to access the server at port 61443 with https THEN it should succeed
  • WHEN a client attempts to access the server at default port or 61443 with http THEN it should fail

GIVEN running locally

  • WHEN a client attempts to access the server at the default port with http THEN it should succeed
  • WHEN a client attempts to access the server at default port or 61443 with https THEN it should fail

Security considerations

Leverages cloud.gov provided C2C TLS encryption, allowing clients to access over port 61443 without having to ignore cert errors.

Implementation sketch

Post deployment

  • Modify clients (federalist web) to use https on port 61443 and remove any allowance for certificate errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
icebox Cold storage for issues squad-pages
Projects
None yet
Development

No branches or pull requests

2 participants