Also adding a credentials type to the plugin API.
The purpose of this is to be able to install a composition policy that describes which types are incompatible and that will be enforced during call creds composition. If this functionality is wanted it will be done in an additive function in the API like : void grpc_call_credentials_set_composite_policy( grpc_call_credentials_composite_policy policy);
Showing
- include/grpc/grpc_security.h 3 additions, 0 deletionsinclude/grpc/grpc_security.h
- src/core/security/credentials.c 1 addition, 1 deletionsrc/core/security/credentials.c
- src/core/security/credentials.h 0 additions, 1 deletionsrc/core/security/credentials.h
- src/cpp/client/secure_credentials.cc 1 addition, 1 deletionsrc/cpp/client/secure_credentials.cc
- src/csharp/ext/grpc_csharp_ext.c 1 addition, 0 deletionssrc/csharp/ext/grpc_csharp_ext.c
- src/node/ext/call_credentials.cc 1 addition, 0 deletionssrc/node/ext/call_credentials.cc
Please register or sign in to comment