Open alexeysharandin opened 2 years ago
/cc @cescoffier, @michalszynkiewicz, @sberyozkin
@cescoffier, @michalszynkiewicz, @sberyozkin any updates on this? I think GRPC security explanation very important for GRPC usage.
As mentioned on Zulip, we didn't have the time. A PR would be very welcome.
Description
As discussed with @mkouba and @cescoffier in zulipchat - Quarkus already have ability to implement security for GRPC requests but it's not described in Quarkus documentation.
As agreed - I'm opening issue.
Implementation ideas
The example of implementation available here - https://github.com/alexeysharandin/Quarkus-Cheat-Sheet/tree/main/quarkus-grpc-parent/quarkus-grpc-security/src/main/java/com/alexeysharandin/quarkus/cheat/grpc/security and will be re-used fully or partially in Quarkus docs/etc.