Skip to content
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

Allow definition on "security" or enable inclusion of parent openapi definition #46

Closed
cljk opened this issue Mar 14, 2020 · 2 comments
Closed

Comments

@cljk
Copy link

cljk commented Mar 14, 2020

Is your feature request related to a problem? Please describe.
My API definition should contain reference to the used API key like

security:
- ApiKeyAuth: []

...

  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      name: X-API-KEY
      in: header

This seems not to be possible with the current plugin.

Describe the solution you'd like
Possible solutions - I like both ;-)

  • enable usage of an appendable openapi definition which could contain this definition
  • enable definition of securitySchemes and security in pom.xml
@wanno-drijfhout
Copy link
Contributor

Should be solved with in #53

@langecode
Copy link
Member

#53 (replaced by #58) will be included in next release (this week).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants