-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: MutualTLS Security Scheme for OpenAPI #5483
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Hi @Sector95! Thanks a lot for this great catch! We were missing the mTLS security scheme. I'm approving and merging the PR. |
|
Use case
Currently this framework supports
apiKey
,http
,oauth2
, andopenIdConnect
security schemes in the OpenAPI specification. However, as of 3.1, there is one more type:mutualTLS
.https://swagger.io/specification/#security-scheme-object
Solution/User Experience
Adding the necessary types to support the
mutualTLS
types inevent_handler/openapi/models.py
should enable this functionality.Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: