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

allow_port_from_internet of azure_network_security_group always return true when ICMP is allowed #357

Open
qiantaosap opened this issue Jan 4, 2021 · 0 comments

Comments

@qiantaosap
Copy link

Describe the problem

When an Azure network security group has rule allowing ICMP, allow_port_from_internet of Azure resource azure_network_security_group will always return true.

Possible Solution

Need to add protocol check inside allow_port_from_internet. (In Azure NSG settings, port number is set to * by default for ICMP rules)

@srb3 srb3 mentioned this issue Jan 5, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant