Skip to content
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

fix(google-api-go-generator): add patch for compute mtls endpoint #761

Merged
merged 2 commits into from Dec 2, 2020

Conversation

andyrzhao
Copy link
Contributor

Compute discovery doc is currently missing MTLSRootURL since compute discovery doc is generated using old apiary pipeline, and it is not easy to fix. This is expected to be fixed after compute migrates to OP discovery doc gen in 2021. Adding a temporary patch for compute in the meantime. (Compute is the only service that has this issue, among the services we care about for MTLS.) Note that I specifically chose not to add a regex-based generic patch here in order to avoid masking MTLS endpoint issues with other services - if there are any issues, we need to triage them on a case by case basis.

@andyrzhao andyrzhao requested a review from a team as a code owner November 23, 2020 20:26
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 23, 2020
@codyoss codyoss added the automerge Merge the pull request once unit tests and other checks pass. label Dec 2, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 445fe0b into googleapis:master Dec 2, 2020
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 2, 2020
myusuf3 pushed a commit to agilebits/google-api-go-client that referenced this pull request Dec 4, 2020
…ogleapis#761)

Compute discovery doc is currently missing MTLSRootURL since compute discovery doc is generated using old apiary pipeline, and it is not easy to fix. This is expected to be fixed after compute migrates to OP discovery doc gen in 2021. Adding a temporary patch for compute in the meantime. (Compute is the only service that has this issue, among the services we care about for MTLS.) Note that I specifically chose not to add a regex-based generic patch here in order to avoid masking MTLS endpoint issues with other services - if there are any issues, we need to triage them on a case by case basis.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants