Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
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)
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.
"tls": {
"mode": "STRICT",
"certificate": {
"acm": {
"certificateArn": "${CERTIFICATE_ARN}"
}
}
}
References
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_nodeProposed interface
According to the documentation, a certificate should be created somewhere (ACM), and a
tlsobject 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