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

Enabling Mutual Authentication (mTLS) for a Load Balanced Web Service #6015

Open
mackinleysmith opened this issue Mar 3, 2025 · 0 comments
Labels
type/bug Issues that are bugs.

Comments

@mackinleysmith
Copy link

Hi there! I am having a hard time figuring out how I might enable this setting for my Load Balanced Web Service:

Image

I found this similar issue, and tried to follow along with the suggestion to use a yamlpatch, but unfortunately, the resource that I need to set my override on (the AWS::ElasticLoadBalancingV2::Listener) is actually not named explicitly in the CloudFormation yaml config that is spit out by copilot svc package. I have a AWS::ElasticLoadBalancingV2::ListenerRule, but no AWS::ElasticLoadBalancingV2::Listener -- this seems to be getting dynamically generated by the EnvControllerAction and so far I have not been able to figure out a way to patch it.

For the time being, I can just override this setting manually in the UI, but I'm worried about that being a bit to ephemeral for the long term -- both in terms of resiliency to re-deploys, and also tribal knowledge.

Any suggestions?

@mackinleysmith mackinleysmith added the type/bug Issues that are bugs. label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Issues that are bugs.
Projects
None yet
Development

No branches or pull requests

1 participant