Skip to content

Repo to reproduce a bug when combining the authentication mechanism of quarkus and gRPC.

Notifications You must be signed in to change notification settings

TheImpressiveDonut/grpc-quarkus-blocking-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c7f711 · Jul 3, 2023

History

3 Commits
Jun 30, 2023
Jun 30, 2023
Jun 30, 2023
Jul 3, 2023
Jun 30, 2023

Repository files navigation

grpc-quarkus-blocking-bug

Repo to reproduce a bug when combining the authentication mechanism of quarkus and gRPC. The bug is described on this GitHub issue: quarkusio/quarkus#34439

How to reproduce

Run the app and do a curl and check the log of the app.

Example of results:

  • curl -v localhost:8085/helloB => Blocking call without roles allowed, is on eventloop: false
  • curl -v localhost:8085/helloBWithR => Blocking call with roles allowed, is on eventloop: true (Should be false)
  • curl -v localhost:8085/helloNonB => Non blocking call with roles allowed, is on eventloop: true

About

Repo to reproduce a bug when combining the authentication mechanism of quarkus and gRPC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages