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
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:
@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.
My question is how we going to create security policy resource which will target to Antrea Cluster itself:
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 :
resource "nsxt_policy_group" "group1" {
display_name = "group1"
description = "Terraform provisioned Group"
group_type = "ANTREA"
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: