reslang icon indicating copy to clipboard operation
reslang copied to clipboard

Incorporate securitySchemes

Open conrs opened this issue 5 years ago • 3 comments

e.g.

security:
  - LROrgId: []
  - BearerToken: []

components:
  parameters: {}
  securitySchemes:
    LROrgId:
      type: apiKey
      in: header
      name: LR-Org-Id
    BearerToken:
      type: http
      scheme: bearer

Useful to call out and the above are the standard auth and org ID specifications.

conrs avatar Sep 23 '20 21:09 conrs

Does anyone know what is it we are asking to be done here?

sirishalal avatar Aug 12 '21 23:08 sirishalal

this is partially resolved by https://github.com/LiveRamp/reslang/issues/159, but it might not be surfaced as well in the api doc renderer as using the a semantic openapi field like securitySchemes. Not sure. Seems low priority now that we have arbitrary HTTP header support.

forestgagnon avatar Aug 18 '21 09:08 forestgagnon

It's also mostly duplicative of https://github.com/LiveRamp/reslang/issues/21 (which we closed because it was partially resolved by https://github.com/LiveRamp/reslang/issues/159)

njaczko avatar Aug 18 '21 17:08 njaczko