Hi Dev team, Is there a way to log policy based authorization failures using grpc-c++ libs. Typical flow includes
std::shared_ptr<grpc::experimental::AuthorizationPolicyProviderInterface> provider = grpc::experimental::FileWatcherAuthorizationPolicyProvider::Create(policyFile, 10, &status) builder.experimental().SetAuthorizationPolicyProvider(provider); This will load the policy file and authorize the incoming rpc requests. Are there any hooks available to interact with the policy engine to log the denied rpcs requests? Appreciate your feedback, Thank you. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/f1b431ad-f9ce-4f14-92ec-b6ea53b5d913n%40googlegroups.com.