-
-
Notifications
You must be signed in to change notification settings - Fork 691
feat: Support http respond headers for ALB listeners #398
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: Support http respond headers for ALB listeners #398
Conversation
This PR has been automatically marked as stale because it has been open 30 days |
ed6e379
to
04dc9de
Compare
Hi @bryantbiggs , Could you please review this PR as @nathanbowang has already approved it, I find myself needing this feature for my application and it seems to be so close to landing ! :) |
Having this would be amazing and a great step forward in the module towards secure ALBs 🚀 |
04cb292
to
d85057e
Compare
## [9.14.0](v9.13.0...v9.14.0) (2025-03-13) ### Features * Support http respond headers for ALB listeners ([#398](#398)) ([9cf65cc](9cf65cc))
This PR is included in version 9.14.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
Add support for HTTP Respond headers.
Allow setting each value.
Create a lifecycle trigger as the provider will not update the value in place.
Motivation and Context
Resolves #397
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