chore(api): redocly warns if endpoints dont have security set
usually we use the OAuth2 security schema. but public endpoints do not have this security constraint. callbacks don't authenticate against the called endpoint. For reference, the warning was (one example): > Every operation should have security defined on it or on the root level. > > 418 | get: > | ^^^ > 419 | operationId: get-destination-key > 420 | summary: Ruft einen JWK des Zustelldienstes ab > > Warning was generated by the security-defined rule.
parent
281d126a
No related branches found
No related tags found
Showing
- spec/callbacks/new-events.yaml 1 addition, 0 deletionsspec/callbacks/new-events.yaml
- spec/callbacks/new-replies.yaml 1 addition, 0 deletionsspec/callbacks/new-replies.yaml
- spec/callbacks/new-submissions.yaml 1 addition, 0 deletionsspec/callbacks/new-submissions.yaml
- spec/endpoints/destinations/keys/uuid.yaml 1 addition, 0 deletionsspec/endpoints/destinations/keys/uuid.yaml
- spec/endpoints/info/index.yaml 1 addition, 0 deletionsspec/endpoints/info/index.yaml
- spec/endpoints/well-known/jwks.json/index.yaml 1 addition, 0 deletionsspec/endpoints/well-known/jwks.json/index.yaml
Please register or sign in to comment