cyberark / conjur-openapi-spec

OpenAPI v3 specification for Conjur / DAP v10+

Home Page:https://conjur.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to specify the X-Request-Id header in endpoints

telday opened this issue · comments

Is your feature request related to a problem? Please describe.

Conjur has the ability to interpret a value in the X-Request-Id header in order to create a request ID which will be reflected in Conjur/followers logs.

This header would apply to all endpoints in the spec, so we should check if there is a way to generically apply an argument to all endpoints. If not we will need to go through and add the argument to all endpoints.