This message was deleted.
# general
s
This message was deleted.
g
The Pulumi service (app.pulumi.com) does have an API endpoint, but I'm not sure if that's really what you're asking. What are you trying to achieve? What does the OPA API endpoint provide?
c
we are using opa as a centralized service where users can query against an api endpoint and validate their request eg: if the user wants to know if the code coverage quality is good enough then user will post the code coverage percentage eg: 60% as input to opa endpoint opa will validate the code coverage percentage against underlaying policy which user defined and provide a response like allow or deny
g
Interesting. I wasn't aware of that API endpoint option. Do you mind linking me to a page that discusses it in more detail?