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

Add config settings for custom CIDR range on API load balancer #3031

Open
codyebberson opened this issue Oct 13, 2023 · 0 comments
Open

Add config settings for custom CIDR range on API load balancer #3031

codyebberson opened this issue Oct 13, 2023 · 0 comments
Labels
self-host Features and fixes related to self hosting

Comments

@codyebberson
Copy link
Member

https://medplum.slack.com/archives/C04A55B3VU5/p1697127355002999

  • When using apiInternetFacing = false in the Medplum CDK config, the API server is only accessible to the VPC
  • Users want to allow access to specific IP address ranges to allow access from other internal services
  • Or, alternately, a "bring your own security group" feature where you can specify the security group by name or ID
  • Exposing "BYOB security group" would be more flexible, and more aligned with "The AWS Way", because you could grant access by service or other security group
  • See our API load balancer definition here: https://github.com/medplum/medplum/blob/main/packages/cdk/src/backend.ts#L362
  • Note that we currently use the default security group configuration
@reshmakh reshmakh added this to the December 1, 2023 milestone Oct 25, 2023
@reshmakh reshmakh added the self-host Features and fixes related to self hosting label Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
self-host Features and fixes related to self hosting
Projects
Status: No status
Development

No branches or pull requests

2 participants