readmeio / rdme

ReadMe's official command-line interface (CLI) and GitHub Action 🌊
https://docs.readme.com/main/docs/rdme
MIT License
103 stars 42 forks source link

GET /api-registry does not have any authentication #1021

Closed akil-rails closed 2 months ago

akil-rails commented 2 months ago

The GET /api-registry works without any auth reference doc.

This means that anyone can access our api specification (if they obtain the registry-UUID in some way) . The api-registry should require access to the project like other APIs.

erunion commented 2 months ago

Hi! We're aware of this and this was an intentional decision to allow people to use api to create on-the-fly SDKs.