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

(aws-ecs): Support TLS on ServiceConnect services #32583

Open
2 tasks
jwilson-anonyome opened this issue Dec 19, 2024 · 1 comment · May be fixed by #32605
Open
2 tasks

(aws-ecs): Support TLS on ServiceConnect services #32583

jwilson-anonyome opened this issue Dec 19, 2024 · 1 comment · May be fixed by #32605
Labels
@aws-cdk/aws-ecs Related to Amazon Elastic Container effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2

Comments

@jwilson-anonyome
Copy link

Describe the feature

Service Connect permits TLS between (traffic encryption) for connections to services (e.g. from ALB to a service in ECS)

This can be enabled with the console, or with Cloudformation, but it seems not yet with CDK

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/enable-service-connect-tls.html
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectservice.html

Can we get a "TLS" option added to ServiceConnectService?

https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecs.ServiceConnectService.html

Use Case

I need to be able to use CDK to secure internal connections to ECS/Fargate services

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.172.0

Environment details (OS name and version, etc.)

CDK running on macos or alpine linux

@jwilson-anonyome jwilson-anonyome added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Dec 19, 2024
@github-actions github-actions bot added the @aws-cdk/aws-ecs Related to Amazon Elastic Container label Dec 19, 2024
@khushail khushail added investigating This issue is being investigated and/or work is in progress to resolve the issue. p2 and removed needs-triage This issue or PR still needs to be triaged. labels Dec 19, 2024
@khushail khushail self-assigned this Dec 19, 2024
@khushail
Copy link
Contributor

khushail commented Dec 19, 2024

Thanks @jwilson-anonyome for requesting this. Checking CDK Code, seems like prop could be added in this interface -
ServiceConnectService -

export interface ServiceConnectService {

Marking it as P2 as team won't be available to work on it immediately but it would be on their radar. Also contributions from community are welcome. Thanks.

@khushail khushail added effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Dec 19, 2024
@khushail khushail removed their assignment Dec 19, 2024
@ren-yamanashi ren-yamanashi linked a pull request Dec 20, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ecs Related to Amazon Elastic Container effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants