-
Notifications
You must be signed in to change notification settings - Fork 7
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
Small stac changes #365
Small stac changes #365
Conversation
E2E Test ResultsDACCS-iac Pipeline ResultsBuild URL : http://daccs-jenkins.crim.ca:80/job/DACCS-iac-birdhouse/1940/Result : failure BIRDHOUSE_DEPLOY_BRANCH : stac-quick-fixes DACCS_CONFIGS_BRANCH : master PAVICS_E2E_WORKFLOW_TESTS_BRANCH : master PAVICS_SDI_BRANCH : master DESTROY_INFRA_ON_EXIT : true PAVICS_HOST : https://host-140-35.rdext.crim.ca PAVICS-e2e-workflow-tests Pipeline ResultsTests URL : http://daccs-jenkins.crim.ca:80/job/PAVICS-e2e-workflow-tests/job/master/1256/NOTEBOOK TEST RESULTS |
CHANGES.md
Outdated
[//]: # (list changes here, using '-' for each new entry, remove this when items are added) | ||
## Changes | ||
|
||
- Small stac changes |
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.
stac
→ STAC
CHANGES.md
Outdated
## Changes | ||
|
||
- Small stac changes | ||
- This PR includes some changes that were suggested in a review for #297. But because the PR was already merged I'm including them here: |
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.
Avoid "I'm" in changes since we don't know who that is in docs.
@@ -4,5 +4,5 @@ | |||
proxy_set_header X-Forwarded-Proto $real_scheme; | |||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | |||
proxy_set_header X-Forwarded-Host $host:$server_port; | |||
proxy_set_header Forwarded "proto=https;host=${PAVICS_FQDN}"; # Helps the STAC component to craft URLs containing the full PAVICS_FQDN | |||
proxy_set_header Forwarded "proto=https;host=${PAVICS_FQDN_PUBLIC}"; # Helps the STAC component to craft URLs containing the full PAVICS_FQDN |
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.
Need to adjust the comment still referring to the old variable.
E2E Test ResultsDACCS-iac Pipeline ResultsBuild URL : http://daccs-jenkins.crim.ca:80/job/DACCS-iac-birdhouse/1948/Result : failure BIRDHOUSE_DEPLOY_BRANCH : stac-quick-fixes DACCS_CONFIGS_BRANCH : master PAVICS_E2E_WORKFLOW_TESTS_BRANCH : master PAVICS_SDI_BRANCH : master DESTROY_INFRA_ON_EXIT : true PAVICS_HOST : https://host-140-67.rdext.crim.ca PAVICS-e2e-workflow-tests Pipeline ResultsTests URL : http://daccs-jenkins.crim.ca:80/job/PAVICS-e2e-workflow-tests/job/master/1260/NOTEBOOK TEST RESULTS |
Overview
This PR includes some changes that were suggested in a review for #297. But because the PR was already merged I'm including them here:
stac-public-access
component to the correct locationPAVICS_FQDN_PUBLIC
for public facing URLs in all placesChanges
Non-breaking changes
Breaking changes
None
Related Issue / Discussion
Additional Information