Skip to content

Commit 2756a12

Browse files
Update docs/core/event_handler/api_gateway.md
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: Ruben Fonseca <[email protected]>
1 parent 3c253e9 commit 2756a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/event_handler/api_gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ Below is an example configuration for serving Swagger UI from a custom path or C
10291029
#### Security schemes
10301030

10311031
???-info "Does Powertools implement any of the security schemes?"
1032-
No. Powertools adds support for generating OpenAPI documentation with security schemes, but it doesn't implement any of the security schemes itself.
1032+
No. Powertools adds support for generating OpenAPI documentation with [security schemes](https://swagger.io/docs/specification/authentication/), but it doesn't implement any of the security schemes itself, so you must implement the security mechanisms separately.
10331033

10341034
OpenAPI uses the term security scheme for [authentication and authorization schemes](https://swagger.io/docs/specification/authentication/){target="_blank"}.
10351035
When you're describing your API, declare security schemes at the top level, and reference them globally or per operation.

0 commit comments

Comments
 (0)