You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think i found a bug in the File terrascan/pkg/policies/opa/rego/gcp/google_compute_firewall/unrestrictedRdpAccess.rego. In my environment i got the violation that i have unrestricted RDP Access Allowed to my infrastructure but we have restricted the source addresses in the rules. So for my perspective there should be an addition to the policy file
fire_rule.source_ranges[_] == "0.0.0.0/0"
After i added that to in my environment, i really get the violations for rules that have unrestricted access to my servers via RDP.
What do you think about it?
Regards
Manuel
The text was updated successfully, but these errors were encountered:
I think i found a bug in the File terrascan/pkg/policies/opa/rego/gcp/google_compute_firewall/unrestrictedRdpAccess.rego. In my environment i got the violation that i have unrestricted RDP Access Allowed to my infrastructure but we have restricted the source addresses in the rules. So for my perspective there should be an addition to the policy file
fire_rule.source_ranges[_] == "0.0.0.0/0"
After i added that to in my environment, i really get the violations for rules that have unrestricted access to my servers via RDP.
What do you think about it?
Regards
Manuel
The text was updated successfully, but these errors were encountered: