-
Notifications
You must be signed in to change notification settings - Fork 75
Update security.md #110
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
Update security.md #110
Conversation
Fix security examples as the security property is an array.
@darrelmiller I think this also needs to be fixed on lines 58, 142, and 188. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@darrelmiller Just one little hiccup. Otherwise, LGTM!
"defaultApiKey" is not one of the valid entries for a securityScheme. The schema currently only allows for one of: apiKey, http, mutualTLS, oauth2, openIdConnect. |
@karenetheridge I believe this is the |
Aha, my confusion came from "The name used for each property MUST correspond to a security scheme declared in the Security Schemes under the Components Object." -- which I interpreted as the |
Ah, good catch. The wording could perhaps be something like "The name used for each property MUST correspond to the name of a property under the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. 👍
Fix security examples as the security property is an array.