google-auth-library-ruby
google-auth-library-ruby copied to clipboard
Google Auth Library for Ruby
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
I think the spirit of https://github.com/googleapis/google-auth-library-ruby/commit/990250345d6af31de1066c08c0b3b42692ae263c was to prevent `gcloud` from popping out of the console and hanging. Unfortunately, this will always close the subprocess and return an empty string....
Currently, clients do not have a good way to distinguish retryable errors and implement custom retry strategies. Sometimes this causes infinite retries like here: https://github.com/googleads/google-ads-ruby/issues/246 Please consider fixing with a...
Standardizing on dependabot
Time and again, we get questions/requests (for eg. [#281](https://github.com/googleapis/google-auth-library-ruby/issues/281)) regarding token store. We need to decide the future of token store whether we're going to maintain it or deprecate it....
#### Environment details - OS: n/a - Ruby version: 3.2.2 - Gem name and version: googleauth 1.10.0 #### Steps to reproduce 1. Execute the following code and see the error...
Can someone tell me why [Example (Command Line) [Deprecated]](https://github.com/googleapis/google-auth-library-ruby#example-command-line-deprecated) is deprecated. Yes oob has stopped working but all of the other client libraries, .net, php, python, golang, java have just...
Hi there, Currently, if no application default credentials were found, [a RuntimeError](https://github.com/googleapis/google-auth-library-ruby/blob/1c7f3c39d12041c535624aa98dad1d21906835f6/lib/googleauth/application_default.rb#L76) with a constant error message is raised. This should be a custom class instead, so it can be...
Regarding the support for service account impersonation that was discussed in #346 and that I added in #347, I noticed that googleapis/google-auth-library-java/pull/613 and golang/oauth2/pull/468 go beyond accepting a token obtained...
Using this library from within a github action authed via the [recommended method of Workload Identity Federation](https://github.com/google-github-actions/auth#auth) yields the error: ``` Unable to read the credential file specified by GOOGLE_APPLICATION_CREDENTIALS:...