I worked through most(all?) of the docs of OpenAPI 3.0 extensions here but I could not find an example how to enforce using api keys on method. Basically I'd like to mirror what is shown here (in section "Require API key on a method") but using OpenAPI .yaml file(when importing it to the API Gateway).
.yaml
Any ideas?
This example of Cognito has a brief type: "apiKey" somewhere but I am not sure if this is linked to my issue.
type: "apiKey"
1.4m articles
1.4m replys
5 comments
57.0k users