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

feat: Add listener rules support for http/tcp listeners #216

Conversation

florian0410
Copy link
Contributor

Description

Adding the http_tcp_listener_rules variable defining rules for non https ports.

It works the same as https_listener_rules on #155.
Doc updated with the pre-commit hook.

Motivation and Context

We need to test rules creation on listeners before having SSL certificates implemented.
Since https_listener_rules was the only way to do this, it was not yet possible to do the same for testing.

Breaking Changes

No breaking change since it is a new feature.

How Has This Been Tested?

Tested using one of my company project, we created an ALB and some rules to forward traffic by using this new variable. Just used a temporary fork of this project with these changes.

Also updated the example to have some basic tests.
Ran pre-commit checks to ensure formatting and terraform validate pass.

Closes #214
Ref #176

@florian0410 florian0410 changed the title Add listener rules support for http_tcp feat: Add listener rules support for http_tcp Jul 15, 2021
@florian0410
Copy link
Contributor Author

Hello,
Is anybody available for reviewing this ?

@antonbabenko
Copy link
Member

@florian0410 Yes, I am going through all the terraform-aws-modules including this one now.

Thank you for the PR!

@antonbabenko antonbabenko changed the title feat: Add listener rules support for http_tcp feat: Add listener rules support for http/tcp listeners Aug 12, 2021
@antonbabenko antonbabenko merged commit e3ce757 into terraform-aws-modules:master Aug 12, 2021
@antonbabenko
Copy link
Member

v6.4.0 has been just released.

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it possible to create http listener rules?
2 participants