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

Support api_key security scheme #1407

Open
Rajesh-Narayanappa87 opened this issue Aug 5, 2022 · 1 comment
Open

Support api_key security scheme #1407

Rajesh-Narayanappa87 opened this issue Aug 5, 2022 · 1 comment
Labels

Comments

@Rajesh-Narayanappa87
Copy link

Rajesh-Narayanappa87 commented Aug 5, 2022

Hi Team,
We have spec file(OAS3) having apiKey param.. Example is below. Linter is complaining security issue though required apiKey details exist.. On checking, we found only OAUTH2 is supported. Is it possible to add support for apiKey Please?

security:
  - ApiKeyAuth: []
components:
  securitySchemes:
      ApiKeyAuth:
        type: apiKey
        name: api_key
        in: header
@vadeg vadeg added area: rules status:triage Issue is in review labels Oct 18, 2022
@tkrop
Copy link
Member

tkrop commented Dec 13, 2022

Since we do not support API Key Authorization in Zalando and it is not part of our API Guidelines, we have no need to implement this rule. However, we would be open, if you want to contribute this rule as part of a zally-ruleset-community under https://github.com/zalando/zally/tree/main/server.

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

No branches or pull requests

3 participants