-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Create Private Deployments #1540
Labels
Comments
From what I can tell, this feature would create a resource policy rule to Allow private API traffic based on source VPC or VPC endpoint:
|
IlyaSukhanov
added a commit
to IlyaSukhanov/Zappa
that referenced
this issue
Dec 2, 2018
This change makes EndpointConfiguration configurable this, primarily, enables for creation of Private API Gateway Endpoints, ones only accessible from within a VPC. It is an attempt to address: Miserlou#1540 See also: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-private-apis.html
IlyaSukhanov
added a commit
to IlyaSukhanov/Zappa
that referenced
this issue
Dec 2, 2018
This change makes EndpointConfiguration configurable this, primarily, enables for creation of Private API Gateway Endpoints, ones only accessible from within a VPC. It is an attempt to address: Miserlou#1540 See also: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-private-apis.html
IlyaSukhanov
added a commit
to IlyaSukhanov/Zappa
that referenced
this issue
Dec 2, 2018
This change makes EndpointConfiguration configurable this, primarily, enables for creation of Private API Gateway Endpoints, ones only accessible from within a VPC. It is an attempt to address: Miserlou#1540 See also: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-private-apis.html
IlyaSukhanov
added a commit
to IlyaSukhanov/Zappa
that referenced
this issue
Dec 3, 2018
This change makes EndpointConfiguration configurable this, primarily, enables for creation of Private API Gateway Endpoints, ones only accessible from within a VPC. It is an attempt to address: Miserlou#1540 See also: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-private-apis.html
This is merged #1820 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Support the new AWS Feature for [private API Gateways](: https://aws.amazon.com/about-aws/whats-new/2018/06/api-gateway-supports-private-apis/)
Expected Behavior
Private deployments are only accessible within the VPC
Actual Behavior
Currently all deployments are public
Possible Fix
private
key to the zappa_settings.json in readme with default of FalseI might be missing something as I've just read through the docs/announcement. So jump in if there is some requirement or solution piece I've missed.
The text was updated successfully, but these errors were encountered: