You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- stack support for HTTPS using ACM certificates
- script to generate & import self-signed certificate into ACM
- updated README for testing HTTPS
Closes: restatedev/cdk#2
- stack support for HTTPS using ACM certificates
- script to generate & import self-signed certificate into ACM
- updated README for testing HTTPS
Closes: restatedev/cdk#2
pcholakov
added a commit
to restatedev/restate-holiday
that referenced
this issue
Nov 29, 2023
- stack support for HTTPS using ACM certificates
- script to generate & import self-signed certificate into ACM
- updated README for testing HTTPS
Closes: restatedev/cdk#2
pcholakov
changed the title
Secure access to the Restate ingress endpoint, drop ALB
Secure access to the Restate ingress endpoint
Nov 29, 2023
Replace the ALB load balancer that is exposing the Restate ingress endpoint to the world. Ideally we want all of these properties:
Add support for HTTPS
As a further cost optimization we can also offer the option of using a Lambda-based HTTP reverse proxy as documented in [1]
[1]. https://dev.to/aws-builders/serverless-proxy-with-aws-api-gateway-and-aws-lambda-3bd2
The text was updated successfully, but these errors were encountered: