Disabling gRPC Authentication using a configuration property #44439
-
Hello. I have the a I was wondering if there is a way to bypass this authentication using a configuration property. Does Quarkus support that out-of-the-box? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
/cc @alesj (grpc), @cescoffier (grpc), @radcortez (config) |
Beta Was this translation helpful? Give feedback.
-
@jonsnowseven Since it works over HTTP, you can probably use HTTP security policy instead of |
Beta Was this translation helpful? Give feedback.
@jonsnowseven Since it works over HTTP, you can probably use HTTP security policy instead of
@Authenticated
and use%prod.
to have the policy enabled in prod only.