Graham Paye
6f6b25ba18
remove ruby version warnings ( #161 )
2018-08-23 11:55:35 -07:00
Graham Paye
b5d73a84a4
Warn on EOL Ruby Versions ( #159 )
2018-08-20 15:52:23 -07:00
Tadas Tamošauskas
e521abd799
Fix auth token revocation ( #157 )
2018-08-15 12:50:16 -07:00
Graham Paye
9b49da35b6
fix CLIENT_ID_VAR reference in DefaultCredentials ( #154 )
...
* fix CLIENT_ID_VAR reference in DefaultCredentials
2018-08-06 15:46:03 -07:00
TheRoyalTnetennba
3dd6c0a6b5
Release v0.6.3
2018-08-02 11:55:24 -07:00
Daniel Azuma
d1ba5e95a7
Fix sdk credentials warning ( #148 )
2018-08-02 09:11:52 -07:00
Graham Paye
41a8297780
remove redunant line ( #149 )
2018-08-01 18:21:20 -07:00
Thea Flowers
af69fc5347
Use new auth URIs ( #147 )
2018-08-01 13:42:29 -07:00
Graham Paye
5d42d3b4be
Warn when using cloud sdk credentials ( #145 )
...
* Issue warning when cloud sdk credentials are used.
2018-07-18 13:54:03 -07:00
Ryan T. Hosford
114ce8a3b9
Avoids redundant class method definition ( #107 )
...
- adds module to provide `read_json_key` class method
to multiple classes
2018-07-13 12:41:10 -07:00
Kazuhiro Serizawa
edaa784d3d
Avoid memoizing network-related false negatives of GCECredentials.on_gce? ( #137 )
2018-06-05 15:20:36 -07:00
Daniel Azuma
9232aa3176
Unescape private_key loaded from ENV ( #132 )
2018-06-05 09:56:48 -07:00
Mike Moore
9f395a2338
Fix Credentials.default bug
...
If no PATH_ENV_VARS were found Credentials.default would return an empty array.
Update each default lookup method to return nil if no match was found.
Fix call to from_default_paths method, was calling from_default_vars instead.
Add spec coverage for path, json, and default cases.
Add spec coverage for application_default case.
Fix spec coverage to check the return type from calling Credentials.default.
2017-11-10 15:59:34 -07:00
Daniel Azuma
328fed6d63
Bump version and update changelog for 0.6.1 release
2017-10-18 10:43:08 -07:00
Jacob Geiger
d728575980
Bump version to 0.6.0 for release
2017-10-17 14:23:50 -07:00
Ernest Landrito
c148fc12bb
Add simple credentials class. ( #122 )
...
* Add simple credentials class
* 1.9.3 fix
* Review fixes
* Move into it's own file. Cleanup require statements
2017-10-12 09:19:43 -07:00
Heng Xiong
358ef906f7
Fix typo constant
2017-09-18 10:31:47 -07:00
Heng Xiong
d022d0a69d
Release 0.5.3
2017-07-21 10:46:37 -07:00
Heng Xiong
0dab02dbaa
Merge pull request #112 from hxiong388/new-token-uri
...
Upgrade to new token URI
2017-07-17 11:47:53 -07:00
Heng Xiong
f2b5b8ac98
Upgrade to new token URI
2017-07-17 11:14:06 -07:00
Kazuhiro Serizawa
227ba09a7e
Fix rubocop cautions
2017-07-14 08:04:35 +09:00
Kazuhiro Serizawa
40f4e166a2
Use retry_with_error in UserRefreshCredentials#revoke!
2017-07-14 07:53:35 +09:00
Kazuhiro Serizawa
a1a9387c2b
Use retry_with_error in GCECredentials#fetch_access_token
2017-07-14 07:53:35 +09:00
Kazuhiro Serizawa
3014e6ddaf
Implement retry_with_faraday_error
2017-07-14 07:53:35 +09:00
Heng Xiong
1db30f6db1
Fix rubocop Ruby 1.9.3 compatibility issues
2017-07-12 17:11:49 -07:00
Heng Xiong
822435f616
Fix rubocop violations. Fix Travis build.
2017-07-12 15:57:12 -07:00
Kazuhiro Serizawa
35bef89588
rubocop autocorrect: Favor a normal if-statement
2017-02-25 23:24:59 +09:00
nicholas shook
82a4f8520c
added ruby 2.3 compatability
...
also:
* updated rubocop and applied styling
* made small test refactorings (using the expect block notation)
* made a small refactor to remove an unnecessary ``return credentials``
* bumped the version
2016-07-13 15:45:46 -07:00
murgatroid99
5b483b07e7
Update version and changelog
2016-01-06 10:54:27 -08:00
murgatroid99
6991904343
Use lowercase :authorization for metadata key
2016-01-05 13:58:50 -08:00
Vijay Subramani
ec7e118248
Update credentials_loader.rb
2015-12-31 15:48:39 -08:00
Tim Emiola
c75d7398ff
Merge pull request #54 from sqrrrl/0.5-dev
...
Prep for 0.5 release
2015-12-11 21:49:03 -08:00
Steven Bazyl
9b34943655
Fix rubocop errors with line length
2015-12-10 12:47:13 -08:00
Steven Bazyl
b46a7dc82c
Prep for 0.5 release, update unit tests to use webmock instead of Faraday stubs (due to fragility -- sensitive to internal changes made in signet)
2015-12-09 15:45:22 -08:00
Steve Bazyl
273be13333
Fix CLI snippet in class docs
...
Snippet was slightly outdated, based on an earlier revision.
2015-11-19 13:09:59 -08:00
Steven Bazyl
cdc12a2c08
3LO support round 2 - web support
2015-10-14 14:26:21 -07:00
Steven Bazyl
e903a12563
Base version of 3LO support.
2015-10-14 13:54:03 -07:00
Tim Emiola
2c76946922
Updates the changelog and version
2015-08-06 12:50:23 -07:00
Tim Emiola
19b32b47d8
Fixes styles issues before releasing
...
- also update .travis.yml to use new infrastructure
2015-08-06 12:50:23 -07:00
Tim Emiola
1463e5f5f9
Merge pull request #33 from mr-salty/add-system-default-creds-path
...
Add support for a system default credentials file.
2015-07-10 15:08:19 +02:00
Todd Derr
86de5fe13b
Add support for a system default credentials file.
...
The path is:
- windows: %ProgramData%\Google\Auth\application_default_credentials.json
- other: /etc/google/auth/application_default_credentials.json
2015-06-29 16:35:45 -04:00
David Wilkie
15fbf92199
Fix bug where loading credentials from ENV doesn't set the credentials in the UserRefreshCredentials
2015-06-26 14:31:09 +07:00
Herbert Siojo
5061fb5add
Enables reading credentials from env vars.
...
- ServiceAccountCredentials, ServiceAccountJwtHeaderCredentials
and UserRefreshCredentials initializers now take keyword args
via options hash.
- In `credentials_loader.rb`, refactored env var checking into
private methods
- Updated tests & added new tests.
- Fixed existing test for #from_well_known_path 'fails if
the file is invalid', where `from_env` was called instead of
`from_well_known_path`.
- Fixed rubocop errors I introduced, but two existing ones remain.
- Added entry to changelog.
- Fixed rubocop errors from code containing parallel assignments
- Updated rubocop_todo.yml to ignore parallel assignments and
trailing underscore assignments.
2015-05-21 13:38:19 -07:00
Tim Emiola
133e05cf4a
Merge pull request #24 from tbetbetbe/ruby-auth-add-iam-creds
...
Adds an implementation of IAMCredentials
2015-04-30 14:47:15 -04:00
Tim Emiola
f557108ad9
Release 0.4.1
2015-04-23 13:17:00 -07:00
Tim Emiola
194128d220
Updates conditional logic to use a case clause
2015-04-23 11:19:16 -07:00
Tim Emiola
98816f7b67
Adds more robust checking of the status code during compute engine auth.
...
Currently the implementation does not verify that a 200 response is received
before attempting to parse the JSON response.
This PR updates the behaviour to fail with an authorization error, similar to
how other auth library implementations.
2015-04-23 09:50:11 -07:00
Tim Emiola
1560686f3a
Adds an implementation of IAMCredentials
2015-04-22 15:40:56 -07:00
Tim Emiola
7e522cfe13
Release 0.4.0
2015-03-25 20:08:14 -07:00
Tim Emiola
c4bde552e6
Promote ServiceAccountCredentials when scope is nil
...
- if the ServiceAccountCredentials#apply is called when the scope is not set,
authentication with the equivalent ServiceAccountJwtHeaderCredentials instance
is attempted.
2015-03-23 21:35:07 -07:00