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

feat: support for PRIVATE API Gateway endpoints

Open markjschreiber opened this issue 1 year ago • 0 comments

Issue #, if available: #458

Description of Changes

Added CLI support for requesting the use of PRIVATE ApiGateway endpoints when activating an account so that all contexts subsequently deployed will use that type of gateway.

Description of how you validated changes

make && make init

  • activate account with use of private endpoint or private endpoint with pre-existing endpoint ID in the specified VPC.
  • Verified that the configuration is stored in SSM Parameter Store
  • Verify that deploying contexts adopt these settings and workflows can be run.

Checklist

  • [x] If this change would make any existing documentation invalid, I have included those updates within this PR
  • [x] I have added unit tests that prove my fix is effective or that my feature works
  • [x] I have linted my code before raising the PR
  • [x] Title of this Pull Request follows Conventional Commits standard: https://www.conventionalcommits.org/en/v1.0.0/

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

markjschreiber avatar Aug 18 '22 16:08 markjschreiber