-
Notifications
You must be signed in to change notification settings - Fork 4
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
Hasura integration with squids #334
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
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.
LGTM
PR Type
enhancement, configuration changes
Description
hasura_graphql_admin_secret
variable to multiple Terraform configurations.Changes walkthrough 📝
main.tf
Add Hasura GraphQL admin secret to module configuration
explorer/terraform/aws/gemini-3h/main.tf
hasura_graphql_admin_secret
variable to module configuration.variables.tf
Introduce Hasura GraphQL admin secret variable
explorer/terraform/aws/gemini-3h/variables.tf
hasura_graphql_admin_secret
.bootstrap_nova_squid_provisioner.tf
Add Hasura GraphQL admin secret to Nova Squid provisioner
templates/terraform/explorer/base/bootstrap_nova_squid_provisioner.tf
HASURA_GRAPHQL_ADMIN_SECRET
to environment variables.bootstrap_squid_provisioner.tf
Add Hasura GraphQL admin secret to Squid provisioner
templates/terraform/explorer/base/bootstrap_squid_provisioner.tf
HASURA_GRAPHQL_ADMIN_SECRET
to environment variables.variables.tf
Introduce Hasura GraphQL admin secret variable
templates/terraform/explorer/base/variables.tf
hasura_graphql_admin_secret
.terraform.tfvars.example
Add example entry for Hasura GraphQL admin secret
explorer/terraform/aws/gemini-3h/terraform.tfvars.example
hasura_graphql_admin_secret
.create_nova_squid_node_compose_file.sh
Add Hasura GraphQL engine service to Nova Squid Docker Compose
templates/terraform/explorer/base/scripts/create_nova_squid_node_compose_file.sh
create_squid_node_compose_file.sh
Add Hasura GraphQL engine service to Squid Docker Compose
templates/terraform/explorer/base/scripts/create_squid_node_compose_file.sh