amazon-genomics-cli icon indicating copy to clipboard operation
amazon-genomics-cli copied to clipboard

WES Endpoint URL returned by `agc context describe` is incomplete

Open wleepang opened this issue 2 years ago • 1 comments

Describe the Bug

The WES Endpoint URL points to the API Gateway endpoint root and not the specific GA4GH WES resource. It is therefore incomplete and unusable as provided.

Steps to Reproduce

  • deploy a context
  • agc context describe <context-name> --format json | jq -r '.WesEndpoint.Url'

Relevant Logs

Expected Behavior

This command:

agc context describe <context-name> --format json | jq -r '.WesEndpoint.Url'

should return something like:

https://yrtxeqnhkb.execute-api.us-east-1.amazonaws.com/prod/ga4gh/wes/v1

Actual Behavior

This command:

agc context describe <context-name> --format json | jq -r '.WesEndpoint.Url'

actually returns:

https://yrtxeqnhkb.execute-api.us-east-1.amazonaws.com/prod/

Screenshots

Additional Context

Operating System: Linux AGC Version: 1.3.0 Was AGC setup with a custom bucket: No Was AGC setup with a custom VPC: No

wleepang avatar Apr 18 '22 21:04 wleepang

Greetings! Sorry to say but this is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to open a new one.

github-actions[bot] avatar Jul 18 '22 00:07 github-actions[bot]