-
Notifications
You must be signed in to change notification settings - Fork 910
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
Implemented conditional dynamic blocks for google_access_context_manager_service_perimeter
spec
and status
#1177
Implemented conditional dynamic blocks for google_access_context_manager_service_perimeter
spec
and status
#1177
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@juliocc I'm gonna need some help on this one...I've gone through the logs, and I think this is failing due to the current test plan which is trying to create a case where it omits both the
I can help fix the tests, but I will need some guidance on that one... What are your thoughts? |
So this PR is actually breaking tests. I'll leave it up to @ludoo since that's his stuff |
Hey Carlos, if you're not in too much of a hurry I can get to it this weekend. The change will probably impact the FAST security stage too, and I need to check it's not breaking stuff. |
Sure thing. Let me know if you need anything else. |
Ok, so my reasoning is that you can only do that for |
Sounds like a plan! Let's go with your suggestion 👍 |
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.
Thanks a lot for spotting this, and your patience while we checked the test errors! :)
This PR implements conditional dynamic blocks for
google_access_context_manager_service_perimeter
spec
andstatus
blocks.This way, ensures that
spec
andstatus
blocks are only created when there is aspec
orstatus
respectively.