-
Notifications
You must be signed in to change notification settings - Fork 87
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
Apply security policy to Antrea Container Clusters #1230
Comments
Hello @kumarm2024, in the group resource, you have the option to define |
@annakhm thanks for reply, I guess you are taking about "policy group" resource which I know we can create Antrea group with the "member_type" argument. So I was talking about "nsxt_policy_security_policy" resource. What to define in "scope" argument so that it apply to Antrea Container Cluster (Rather than group) - I want to target Antrea Container Cluster not group Let me give you example: I have created two group group1 and group2 as below : criteria { resource "nsxt_policy_group" "group2" { criteria { Now I want to create policy and rule which will drop traffic from group1 to group2: resource "nsxt_policy_security_policy" "test-policy" { rule { |
Moving to 3.9.0 as we're getting close to the 3.8.0 release and will need more time to work on this enhancement |
Is your feature request related to a problem? Please describe.
I wanted to apply security policy to Antrea Container Cluster. At present there is no option available to apply this by using terraform.
Describe the solution you'd like
There should be option to apply security policy to Container Cluster. At the moment we can apply security policy to the policy groups using scope argument.
Solution I would like to have, there should be a way where l can define Antrea cluster in the policy scope
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: