-
Notifications
You must be signed in to change notification settings - Fork 1
Feat/meta 9292 create deployment tutorial for local sequen setup/main #2257
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
Open
oded-eid-sequentech
wants to merge
49
commits into
main
Choose a base branch
from
feat/meta-9292-create-deployment-tutorial-for-local-sequen-setup/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat/meta 9292 create deployment tutorial for local sequen setup/main #2257
oded-eid-sequentech
wants to merge
49
commits into
main
from
feat/meta-9292-create-deployment-tutorial-for-local-sequen-setup/main
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
- Add explicit hostname configuration for webpack dev server (admin/voting portals) - Fix admin-portal port to 3002 in nginx config - Add ballot verifier subdomain routing - Update configure-urls.sh to set hostname variables - Update setup-cloudflare.sh to skip existing DNS records and add verifier - Comment out voting-portal in nginx (currently broken)
This disables webpack's Host header check to allow access through nginx reverse proxy
- Change nginx proxy_pass from graphql-engine to hasura (container name) - Add MinIO bucket creation and file upload steps to deployment README - Document workaround for configure-minio container issue
Cloudflare terminates TLS and forwards HTTP to nginx. Services need to know the original request was HTTPS to generate correct URLs.
This tells Keycloak to respect X-Forwarded-* headers and generate HTTPS URLs
Required for Keycloak to properly handle X-Forwarded-Proto header
…r-local-sequen-setup/main
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Parent issue: https://github.com/sequentech/meta/issues/9292