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

Add securityProfileGroup and tlsInspect in firewall policy Rule #17030

Closed

Comments

@imrannayer
Copy link

imrannayer commented Jan 17, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.

Description

  1. Add securityProfileGroup and tlsInspect in google_compute_firewall_policy_rule, google_compute_network_firewall_policy_rule and google_compute_region_network_firewall_policy_rule.
  2. Allow APPLY_SECURITY_PROFILE_GROUP value in action field

https://cloud.google.com/compute/docs/reference/rest/beta/firewallPolicies

New or Affected Resource(s)

  • google_compute_network_firewall_policy_rule
  • google_compute_firewall_policy_rule
  • google_compute_region_network_firewall_policy_rule

Potential Terraform Configuration

# Propose what you think the configuration to take advantage of this feature should look like.
# We may not use it verbatim, but it's helpful in understanding your intent.

References

  • #0000

b/321386368

@melinath melinath removed the forward/review In review; remove label to forward label Jan 19, 2024
@melinath melinath added this to the Goals milestone Jan 22, 2024
@imrannayer imrannayer changed the title Add securityProfileGroup and tlsInspect in google_compute_firewall_policy Add securityProfileGroup and tlsInspect in google_compute_firewall_policy_rule and google_compute_network_firewall_policy_rule Mar 28, 2024
@imrannayer imrannayer changed the title Add securityProfileGroup and tlsInspect in google_compute_firewall_policy_rule and google_compute_network_firewall_policy_rule Add securityProfileGroup and tlsInspect in firewall policy Rule Mar 28, 2024
@LucaPrete
Copy link
Contributor

Working on this. You can assign it to me.

@imrannayer
Copy link
Author

@LucaPrete is there an ETA on this?

@LucaPrete
Copy link
Contributor

LucaPrete commented Apr 29, 2024 via email

@imrannayer
Copy link
Author

@LucaPrete whats the PR for this? I dont see anything in May 6 release.

@LucaPrete
Copy link
Contributor

Hello @imrannayer.

These resources are DCL based. Code was developed internally. This is the PR where I upgraded DCL to 1.66.0.

Unfortunately, this hasn't made it to the release yet because we lack some acceptance tests, which I've committed in a draft PR.
FYI this is still failing because we need to wait to send all NGFW resources to GA first.

We can definitely reopen if you wish.

@LucaPrete
Copy link
Contributor

LucaPrete commented May 20, 2024

FYI code is there since three weeks. The only reason I left this open is that we still miss tests, which we had to commit separately and are still under review.

The PR is also waiting for review, as we've found a bug in for tlsInspect which we need to fix and revalidate first. WIP. I'll update the thread as soon as I'll have news.

@imrannayer
Copy link
Author

@LucaPrete thx. I tested it when it was released. It is working fine. Waiting for this PR so I can test tlsinspect.

@LucaPrete
Copy link
Contributor

LucaPrete commented May 23, 2024 via email

Copy link

I'm going to lock this issue 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 similar to this, 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 Jun 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.