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: disable always_use_jwt_access #939

Merged
merged 4 commits into from
Jun 29, 2021
Merged

fix: disable always_use_jwt_access #939

merged 4 commits into from
Jun 29, 2021

Conversation

busunkim96
Copy link
Contributor

@busunkim96 busunkim96 commented Jun 28, 2021

Some APIs with Cloud Storage integrations seem to have failing
samples when non-default scopes are provided. This PR disables the feature
globally for now while we investigate.

We can no longer rollback da119c7 as some libraries have been
released with the change and removing the kwarg would be a breaking
change.

See internal issue 192297181 .

Some APIs with Cloud Storage integrations seem to have failing
samples when non-default scopes are provided. This PR disables the feature
globally for now while we investigate.

We can no longer rollback da119c7 as some libraries have been
released with the change and removing the kwarg would be a breaking
change.
@busunkim96 busunkim96 requested a review from a team as a code owner June 28, 2021 23:30
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 28, 2021
@busunkim96 busunkim96 added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 28, 2021
@busunkim96
Copy link
Contributor Author

@arithmetic1728 @parthea Could I get another review? I looked at this again and the logic seemed off.

I added always_use_jwt_access to the grpc and grpc_asyncio transport constructors to match the base constructor.

@busunkim96 busunkim96 removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 29, 2021
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.

3 participants