79350268

Date: 2025-01-12 16:34:40
Score: 0.5
Natty:
Report link

Using PermissionChecker annotation should help: https://quarkus.io/guides/security-authorize-web-endpoints-reference#permission-checker.

Using custom HTTP policies should also work though, please open a Quarkus issue with more details for us to have a look. In general, if one needs to make a remote call from the custom HTTP policy it should be run using Uni or using a blocking context.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey Beryozkin