-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add Service Attachment support for Secure Web Proxy #11107
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 Service Attachment support for Secure Web Proxy #11107
Conversation
… be different. Matching the name of the resource to know if it is the same
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @roaks3, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
@roaks3 This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @roaks3 This PR has been waiting for review for 1 week. Please take a look! Use the label |
Hello @roaks3 |
@Samir-Cit this is interesting, I'll have to take a closer look at it tomorrow. Generally, I'm surprise the ResourceRefs need to be dropped, and I'm wondering if we've run into similar situations elsewhere. I'll kick off the tests now to see how they do, and in the meantime, would you mind posting any related issues or prior discussion? |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 967 Click here to see the affected service packages
Action takenFound 3 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
@roaks3 I checked for other situations like that and I was able to find one PR that does kind of the same change for Router.
Regarding the test, thanks for runnig it. I did other change today, but I tested the function and the test should pass again! I don't have a prior discussion on this task but I found this other PR with changes kind of the same that I did. |
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 for the additional context, that helped a lot. It looks like this does come up occasionally, and is a valid reason for ejecting from the ResourceRef.
I had one minor suggestion, but we should be able to run the test one last time and then merge once they are done.
Let's see how the tests do, but I think it is probably fine. I think the |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 968 Click here to see the affected service packages
View the build log |
This PR adds the support for Secure Web Proxy (Gateway) on the Service Attachment resource.
This is provided on the field _ targetService_ which now will have support for the Forwarding Rule and the Secure Web Proxy (Gateway).
Note 1: Test scenario was needed to verify if it is working with SWP.
Note 2: Diff Suppress function was needed because the fields maybe be slightly different when using self_link and this will generate a change on the resource and break the test. For example:
Release Note Template for Downstream PRs (will be copied)