-
- Downloads
Adding support for service account credentials.
- 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
Showing
- Makefile 38 additions, 4 deletionsMakefile
- build.json 12 additions, 0 deletionsbuild.json
- src/core/security/credentials.c 173 additions, 51 deletionssrc/core/security/credentials.c
- src/core/security/credentials.h 2 additions, 1 deletionsrc/core/security/credentials.h
- src/core/security/json_token.c 23 additions, 10 deletionssrc/core/security/json_token.c
- src/core/security/json_token.h 11 additions, 2 deletionssrc/core/security/json_token.h
- test/core/security/credentials_test.c 359 additions, 33 deletionstest/core/security/credentials_test.c
- test/core/security/fetch_oauth2.c 177 additions, 0 deletionstest/core/security/fetch_oauth2.c
Loading
Please sign in to comment