Edward Betts
62c3761727
correct spelling mistake ( #115 )
2017-09-01 17:14:34 -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
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
9fda76427a
Use normalcase for variable numbers.
2017-02-25 23:27:52 +09:00
Kazuhiro Serizawa
a67e5297c2
rubocop autocorrect: Fix empty method definition
2017-02-25 23:27:04 +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
6991904343
Use lowercase :authorization for metadata key
2016-01-05 13:58:50 -08:00
Steven Bazyl
b78ebc4ab8
Remove blank link to appease rubocop
2015-12-11 12:39:43 -08:00
Steven Bazyl
ebdc177aeb
Remove dead codeblock leftover after moving to webmock, enable coverage output locally
2015-12-11 12:10:50 -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
Steven Bazyl
8ac3dcff8f
Preload multijson adapter to avoid loading adapter while FakeFS enabled
2015-11-11 15:50:17 -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
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
Tim Emiola
4c057404e6
Merge pull request #35 from mr-salty/fix-env-var-test
...
Fix a failing test introduced in #28 .
2015-07-10 14:01:40 +02:00
Tim Emiola
caed076711
Merge pull request #34 from mr-salty/fix-raise-error
...
Fix 'raise_error' WARNINGs.
2015-07-07 15:25:14 +01:00
Todd Derr
b31df0caaa
Fix rubocop errors (long line wrapping).
2015-06-30 17:47:16 -04:00
Todd Derr
f0de3295fc
Fix some issues discovered by rubocop.
...
fix failures due to:
- misformatting of wrapped lines
- a superflous block (and temp dir creation) due to overzealous cut & paste.
2015-06-30 17:42:30 -04:00
Todd Derr
883fb14147
Fix a failing test introduced in #28 .
...
The environment variables in the 'fails if env vars are set' test
were not actually being set because they used a nonexistent hash key
(which has the effect of unsetting the environment variable).
2015-06-29 17:01:19 -04:00
Todd Derr
c04e91569d
Eliminate a new 'raise_error' WARNING.
...
I have another outstanding PR to fix these; so avoid introducing
another one here.
2015-06-29 16:56:42 -04:00
Todd Derr
60a079a41e
Fix 'raise_error' WARNINGs.
...
rspec spews a warning when using raise_error without a specific error;
add "RuntimeError" to all of these occurrences.
2015-06-29 16:50:55 -04: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
fe1c46cc14
Corrects grammar
2015-04-23 11:21:31 -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
Trung Lê
66ae035cce
More refactoring to please rubocop
2015-04-08 11:10:25 +10: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
Tim Emiola
53ec6fce3b
Splits the JWTHeader creds into its own class
2015-03-23 20:08:46 -07:00
Tim Emiola
e3e33e2c38
Adds an implementation of JWT signing to ServiceAccountCredentials
2015-03-23 20:08:46 -07:00
Tim Emiola
5f4cc99347
updates gem dependencies to the latest version
2015-03-23 16:36:46 -07:00
Tim Emiola
3a516305f1
Merge pull request #17 from tbetbetbe/ruby-auth-make-scopes-optional
...
Ruby auth make scopes optional
2015-03-23 16:32:51 -07:00
Tim Emiola
72fc26dd5f
Update the coverage to use the coveralls gem
2015-03-22 18:31:11 -07:00
Tim Emiola
84d1e27d15
Adds the coverage report and coverage badge
2015-03-22 18:10:18 -07:00
Tim Emiola
bd97c23d9f
Make the scope optional
2015-03-17 16:46:55 -07:00
Tim Emiola
8f33ba8f4c
Explicitly checks for user auth and fail if auth type is not known
2015-03-09 09:50:18 -07:00
Tim Emiola
4d4bcd46e8
Add support for loading either credentials type as determined by the loaded content
2015-03-06 16:58:57 -08:00
Tim Emiola
3bd8751519
Adds a credential class that supports User Refresh Tokens
2015-03-06 15:46:59 -08:00
Tim Emiola
df56f8af33
Refactoring: move the credentials load into its own class
2015-03-06 15:13:40 -08:00
Tim Emiola
e097a9cae9
Updates the tests work on ruby-1.9.3 and JRuby
2015-02-25 04:47:12 -08:00
Tim Emiola
a5bb601fe3
Adds an implementation of Application Default Credentials
...
- supports two initial scenarios
- 2LO with service accounts
- Compute Engine
- performs all 3 'sniffs' for the service account credentials
- from environment
- from a well known file
- from GCE
2015-02-12 16:59:08 -08:00
Tim Emiola
1492408997
Adds funcs for json key from environment defaults
...
- adds support for path specified by an ENV var
- adds support for loading from a default path
2015-02-12 16:19:08 -08:00
Tim Emiola
3e60a713c5
Extract the auth library into its own project
...
- adds no new functionality beyond the initial attempt at providing
Usable Auth constructors.
- adds enough packaging metadata to be able to export this library as a gem.
- next steps:
complete usable auth implemntation of Application Default Credentials.
2015-02-11 19:23:34 -08:00