-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
AWS App Mesh support for TLS in transit encryption #10922
Comments
@brunocous I had been looking at the App Mesh preview channel in #9468 but put this on pause as the features started to move into the release channel. |
@ewbankkit as a heads up this feature is now out of preview. |
any idea when this may be reviewed/merged? |
Is there any timeline when this will be available on the provider? |
This has been released in version 3.9.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
Encryption in transit is an important feature for service meshes. App Mesh support's for it is still for preview channel only (see ref 1). The virtual node Terraform resource does not provide the option at the moment.
New or Affected Resource(s)
aws_appmesh_virtual_node
Proposed interface
According to the documentation, a certificate should be created somewhere (ACM), and a
tls
object should be added to the listener of each virtual node. This tls object has two options: a mode and reference to a ACM certificate.References
The text was updated successfully, but these errors were encountered: