aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/fetch_oauth2.c
Commit message (Collapse)AuthorAge
* clang-formatGravatar Craig Tiller2016-10-26
|
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|
* Bulk update #includesGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* Move load_file into iomgrGravatar Craig Tiller2016-05-18
|
* Fix compile errorsGravatar Craig Tiller2016-05-18
|
* Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
| | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Fix copyrightsGravatar Craig Tiller2016-02-23
|
* Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
|
* Got the core test passing.Gravatar Julien Boeuf2015-10-09
|
* Credentials cleanup:Gravatar Julien Boeuf2015-08-25
| | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages.
* Fixing tests.Gravatar Julien Boeuf2015-08-25
|
* Add oauth2_auth_token test case in interop testGravatar yang-g2015-07-13
|
* Ensure tests are built during run_tests runsGravatar Craig Tiller2015-06-19
| | | | | The issue remains that we don't test our tools, but at least we test that they compile.
* Fixing tools compilation.Gravatar Nicolas "Pixel" Noble2015-06-02
|
* Adding option to add a null terminator when loading a file.Gravatar Julien Boeuf2015-04-15
| | | | | | - This will take care of a potential issue with default credentials where the slice pointer is casted as const char * for APIs that need a null terminated string.
* Adding refresh token credentials.Gravatar Julien Boeuf2015-03-09
| | | | | | - The google default credentials now work with the cloud SDK. - Verified end to end with print_default_credentials and fetch_oauth2 tools.
* Adding tool for generating JWTs on the command line.Gravatar Julien Boeuf2015-02-19
|
* Implementing JWT credentials (a.k.a JWT ID Tokens).Gravatar Julien Boeuf2015-02-19
| | | | - Not tested end to end yet
* Fixing sprintf and a few other things.Gravatar Julien Boeuf2015-02-18
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Adding support for service account credentials.Gravatar jboeuf2014-12-29
- Tested end to end with a JSON key I generated for my account using the fetch_oauth2 binary. - The same fetch_oauth2 binary can get a token from the GCE metadata service on a VM in cloud. Change on 2014/12/19 by jboeuf <jboeuf@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82548689