-
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
Commenting jpl-internal ingress #249
Conversation
also switching ssm parameters to use shared-services URLs (and adding in the SSM lookups required to fetch those)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jpl-btlunsfo : I was able to deploy the SPS using this branch without any issues - once you fixed the EKS module. The top-level proxy works fine, but right now if we merged this PR, we wouldn't be able to interact with the Airflow and OGC APIs because we have not yet worked out how to pass the authentication to them.
Can you update this PR so that the Terraform output includes not only the top-level proxy, but also the URLs of the middle and Airflow ALBs? We can use those to temporarily interact with the APIs.
For the first (middle proxy URL) sure, easy enough, but for the airflow ALB? This PR is already disabling the only one we'd be able to access directly- the remaining ALB is specifically locked down by security groups to only talk to the middle proxy. I'll add in the middle proxy one asap, though. |
Thanks, that should work |
New change should print it all out
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jpl-btlunsfo : this works and will approve it, but is there any way to make the URL protocol "HTTP://..." lowercase?
CS's fault. It happens somewhere during their orchestration, but I haven't been able to trace where yet (to file a PR of my own to fix that). There's no functional effect but it's annoying I agree. |
Purpose
Proposed Changes
Issues
Testing