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

docker-compose.yml is not consistent with aerie-gateway #1619

Open
parkerabercrombie opened this issue Dec 17, 2024 · 1 comment
Open

docker-compose.yml is not consistent with aerie-gateway #1619

parkerabercrombie opened this issue Dec 17, 2024 · 1 comment
Labels
bug Something isn't working clipper Requests from the Europa Clipper project

Comments

@parkerabercrombie
Copy link

Checked for duplicates

No - I haven't checked

Is this a regression?

No - This is a new bug

Version

3.0.1

Describe the bug

I received an error when attempting to import a plan into Aerie. On further investigation, the docker-compose file sets env var GQL_API_URL (https://github.com/NASA-AMMOS/aerie/blob/develop/deployment/docker-compose.yml#L8) but aerie-gateway expects env var HASURA_API_URL https://github.com/NASA-AMMOS/aerie-gateway/blob/5c616b4eb7e6fec9c42a5e22cfd4a12b4cbc2dd3/src/packages/plan/plan.ts#L37. This results in Aerie incorrectly using a default URL.

Reproduction

N/A

Logs

No response

System Info

Chrome

Severity

Major

@parkerabercrombie parkerabercrombie added the bug Something isn't working label Dec 17, 2024
@github-project-automation github-project-automation bot moved this to Todo in Aerie Dec 17, 2024
@parkerabercrombie parkerabercrombie added the clipper Requests from the Europa Clipper project label Dec 17, 2024
@parkerabercrombie
Copy link
Author

aerie-gateway also expects the hasura URL var to be only the host, not the /v1/graphql path, which is inconsistent with other services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working clipper Requests from the Europa Clipper project
Projects
Status: Todo
Development

No branches or pull requests

1 participant