quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.77k stars 2.68k forks source link

[Documentation] [GRPC] Improve GRPC docs and all requests security explanation/examples #26202

Open alexeysharandin opened 2 years ago

alexeysharandin commented 2 years ago

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.

quarkus-bot[bot] commented 2 years ago

/cc @cescoffier, @michalszynkiewicz, @sberyozkin

alexeysharandin commented 2 years ago

@cescoffier, @michalszynkiewicz, @sberyozkin any updates on this? I think GRPC security explanation very important for GRPC usage.

cescoffier commented 2 years ago

As mentioned on Zulip, we didn't have the time. A PR would be very welcome.