chipim
chipim
Hey, thanks for the answer! 1. The intention is to specify a default `AccessPredicate` for all rpcs to be fully authenticated like so: ``` @Bean fun grpcSecurityMetadataSource(): GrpcSecurityMetadataSource { val...
Thanks so much for the help and the different links provided! About the first point, we did set our service implementations with the open qualifier explicitly; without it it couldn't...
Like you suggested, it seems they are two different threads for each `AbstractSecurityInterceptor`(first one being the implementation from this library and the second one the Spring Security Proxy) but after...
Hey @ST-DDT! Do you mean writing about using the `CoroutineContextServerInterceptor` approach when implementing the Spring Method Security? Or something other than that? If so I can surely try 🙈