[grpc-io] Re: Writing Serialized Protobuf Message directly using gRPC C++ server

2025-01-15 Thread Ashutosh Maheshwari
Hello, can anyone please respond on this? I am following the recommendation put across the github grpc repo on how to ask a question but I am not observing the attention of the core group members here who could probably answer my question. Shall I post my query on some other forum? Regards A

[grpc-io] gRPC-C++: Logging SSL handshake failures

2025-01-15 Thread 'Rameshreddy Mudhireddy' via grpc.io
Hi, I need to log cert based authentication failures and I don't see any hooks available to interact with the SSL handshake at the point of rejection. I found the following hooks but these seems to be after the handshake itself. 1. TlsServerCredentialsOptions struct has the set_certificate_ver

[grpc-io] gRPC-C++: Logging policy based Authorization failures

2025-01-15 Thread 'Rameshreddy Mudhireddy' via grpc.io
Hi Dev team, Is there a way to log policy based authorization failures using grpc-c++ libs. Typical flow includes std::shared_ptr provider = grpc::experimental::FileWatcherAuthorizationPolicyProvider::Create(policyFile, 10, &status) builder.experimental().SetAuthorizationPolicyProvider(provi

[grpc-io] gRPC-Core Release 1.69.0

2025-01-15 Thread 'Mark D. Roth' via grpc.io
This is 1.69.0 (gridiron ) release announcement for gRPC-Core and the wrapped languages C++, C#, Objective-C, Python, PHP and Ruby. Latest release notes are here . This release contains