aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials/composite
Commit message (Collapse)AuthorAge
* Adding a method in channel creds to remove any attached call creds.Gravatar Julien Boeuf2016-09-22
| | | | | | This will be useful when talking to non-trusted load balancer (balancers which are not able to impersonate real backends) as these balancers should not receive bearer tokens.
* Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
|\ | | | | Fix #3803
| * Merge branch 'master' into fix_3803Gravatar Julien Boeuf2016-06-04
| |
* | s/grpc_pops/grpc_polling_entityGravatar David Garcia Quintas2016-05-31
| |
* | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-31
|/
* Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2016-05-10
|\ | | | | | | credentials_refactoring
* | Fixing headers.Gravatar Julien Boeuf2016-05-10
| |
| * clang-formatGravatar Julien Boeuf2016-05-10
|/
* 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...