Permify / permify

An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and scalable authorization systems for any application.
https://permify.co/
Apache License 2.0
4.99k stars 225 forks source link

Add an endpoint to expose openapi #1714

Open JorisLA opened 1 month ago

JorisLA commented 1 month ago

Is your feature request related to a problem? Please describe. Deploying Permify in an api gateway, an endpoint to expose the openapi in a json format would be very good.

Describe the solution you'd like A simple endpoint like /openapi.json.

Describe alternatives you've considered For now I use a container to expose the openapi which I retrieve from docs/api-reference/apidocs.swagger.json

leofvo commented 1 month ago

Hey, I wrote a proposal for this feature, feel free to review and merge if it's fine for you !