|
Since I need to have my swagger documentation on UAT/Dev Environment, is there a way to protect the swagger endpoints behind some Authorisation method (token, user/pass)? |
Answered by
bfaulk96
Sep 30, 2022
Replies: 1 comment
|
This feature has been added as of release You can add a custom authorizer for lambdaAuthorizer: ${self:custom.customAuthorizer} |
0 replies
Answer selected by
bfaulk96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature has been added as of release
v2.9.2😄You can add a custom authorizer for
/swaggerand/swagger.jsonwith the custom config option