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

Deployment script doesn't support API server deployment #133

Open
vbaranov opened this issue Aug 16, 2019 · 1 comment · May be fixed by #141
Open

Deployment script doesn't support API server deployment #133

vbaranov opened this issue Aug 16, 2019 · 1 comment · May be fixed by #141
Assignees

Comments

@vbaranov
Copy link
Collaborator

Since merging of this PR blockscout/blockscout#2376 Blockscout supports to launch of API server separately from web app server. Technically, API server is the Blockscout instance with the different set of ENV variables that utilizes the same DB as app instance or DB replica. Thus, API server should be launched in the same VPC.

@sergey989 sergey989 self-assigned this Sep 3, 2019
@ArseniiPetrovich ArseniiPetrovich self-assigned this Sep 9, 2019
@sergey989 sergey989 removed their assignment Sep 10, 2019
@ArseniiPetrovich
Copy link
Collaborator

Hey. During the initial phase working on this issue we have figured out that we require query-based routing in order to split WEB and API requests correctly.
However, it looks like that this functionality is still not available at HashiCorp Terraform (see hashicorp/terraform-provider-aws#8126 for details). We are really hope to see hashicorp/terraform-provider-aws#8268 merged before we proceed to the testing phase, because otherwise it will become a blocker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants