This message was deleted.
# opal
s
This message was deleted.
s
Hello @Sumesh Sukumaran , I’ll check with the team members and get back to you
opal 1
r
Hey @Sumesh Sukumaran, great question ! Do you mean that you want to implement policies for the api gateway using OPAL ? Azure API gateway has the ability to manage requests and general behavior using policies like here - https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-policies Or, you just want to expose OPAL using the api gateway ? If so, you’ll need to expose port
7000
for OPAL Client,
7002
for OPAL Server and port
8181
for sending requests to the OPA agent. Usually, if you just want to send “permissions” requests as you mentioned, you should expose OPA port (
8181
) and that will be enough to make these requests. Update me if I got you right 😉
s
Thanks @Raz Co, I want to implement policies for the api gateway using OPAL. I am looking into the policy link that you shared above.
o
Also you can take a look at this blog- OPAL basically replacing the need for Styra DAS. https://www.styra.com/blog/policy-as-code-with-azure-api-management-apim-and-opa/ The “Azure APIM Configuration” section should be pretty much the same
opal 1
s
Thank you @Or Weis for sharing.