-
-
Notifications
You must be signed in to change notification settings - Fork 686
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
feat: Added support for ALB trust store #344
feat: Added support for ALB trust store #344
Conversation
we might want to just wait for 5.33 for this bugfix hashicorp/terraform-provider-aws#35289 - should be out tomorrow (thursday) - we can raise the MSV to 5.33 for this |
## [9.5.0](v9.4.1...v9.5.0) (2024-01-19) ### Features * Added support for ALB trust store ([#344](#344)) ([9f03c7a](9f03c7a))
This PR is included in version 9.5.0 🎉 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Closes: #342
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/mutual-authentication.html
https://aws.amazon.com/blogs/aws/mutual-authentication-for-application-load-balancer-to-reliably-verify-certificate-based-client-identities/
Motivation and Context
#342
Breaking Changes
No.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request