-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: updating path for httpd testing #373
Conversation
This is evolving from a test to a real PR. UI/UX can hit I realized that no matter what, we still need a server. If we really do need to run this from EC2 / ECS, we can create a different Fast API endpoints, and there is only minimal code change. |
This is getting complicated and long. Adding this block in
There is no solution yet. But one possible cause maybe certificates of both unitysds.auth.us-west-2.amazoncognito.com and api.dev.mdps.mcp.nasa.gov are in TLS v1.3 while Cloudfront only has TLS v1.2. Cloudfront does say it supports, but unsure about it. So.. current route is EC2 (httpd) -> cloutfront -> Api Gateway -> lambda. When switching to only EC2 (httpd) -> Api Gateway -> lambda, the api gateway stage becomes a blocker. EC2 seems like an easier route. |
This is almost done.
Remaining Tasks:
|
Hi @ngachung Added
|
This is only a test.
No need to merge.
Just need a PR for CI to kick in.