-
Notifications
You must be signed in to change notification settings - Fork 85
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 FloodProtectionProfile support #1025
Conversation
f4064ff
to
0f927ee
Compare
/test-all |
0f927ee
to
ec09393
Compare
Is this object relevant for multitenancy use case? |
SDK has a multitenancy client implementation for this API, so it's worthwhile to implement this. |
ec09393
to
38fe3a3
Compare
38fe3a3
to
07e3483
Compare
/test-all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am unsure about whether we need some addiitional step to consume these profiles.
Do you think we need to implement also the FloodProtectionProfileBindingMap?
My question specifically is that in theory we can create multiple profiles. How do we know which profile should be applied to the firewall?
Ah, good catch. We do need that binding map to create group-profile binding to apply the profile to groups. Let me add it. |
ba031ef
to
9c0f133
Compare
/test-all |
392cd62
to
afa2551
Compare
/test-all |
LGTM, pls rebase this though as there are conflicts. |
Signed-off-by: graysonwu <[email protected]>
Sorry I don't find the binding maps in this PR - should they be added as part of this PR? |
afa2551
to
63c3a8b
Compare
My bad. I thought I had pushed it... |
/test-all |
b44a2fe
to
d181ecb
Compare
/test-all |
d181ecb
to
13e596a
Compare
/test-all |
nsxt/resource_nsxt_policy_gateway_flood_protection_profile_binding.go
Outdated
Show resolved
Hide resolved
13e596a
to
88650fa
Compare
/test-all |
7f2a855
to
b4eab88
Compare
/test-all |
Signed-off-by: graysonwu <[email protected]>
b4eab88
to
92a21a4
Compare
Fix #880