Replies: 1 comment 1 reply
-
Hi @rafpor75, yes it is possible by using the manual routes configuration tab in the authorization section and specifying the same policy name for both service-endpoint tuples. You can re-use the same policies for all the routes and microservices you want. In case you use request parameters (from the For instance, imagine you have
You can protect both endpoints with the
In this way you are defining two possibilities for the policies that are evaluated in logical OR. Further more, you can abstract the "do something part" in a different policy/function and re-use it in both branches, to avoid code duplication |
Beta Was this translation helpful? Give feedback.
-
Description
Hi,
is it possible to apply ROND rules to the MongoDB reader service and all /analytics routes, using the same security policies that I applied to the CRUD service routes?
Beta Was this translation helpful? Give feedback.
All reactions