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

feat(client): add support for custom HTTP headers #1756

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 12, 2024

  1. feat(grafana.spec.client): add generic headers section

    Signed-off-by: christophe.boucharlat <[email protected]>
    xorilog committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fb150ad View commit details
    Browse the repository at this point in the history
  2. feat(instrumentedRoundTripper): add methods to add headers in the ins…

    …trumented Transport object and reuse it in subsequent requests
    
    Signed-off-by: christophe.boucharlat <[email protected]>
    xorilog committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e441bf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix(grafana.spec.client): changed headers format to a map of key valu…

    …e to simplify syntax
    
    Signed-off-by: christophe.boucharlat <[email protected]>
    xorilog committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c234a9a View commit details
    Browse the repository at this point in the history
  2. fix(controllers/client/round_tripper): added checks on headers if nil…

    …, removed useless pointers & follow coding style
    
    Signed-off-by: christophe.boucharlat <[email protected]>
    xorilog committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e701db7 View commit details
    Browse the repository at this point in the history
  3. fix: regenerate code

    weisdd committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3e0826d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b75edf2 View commit details
    Browse the repository at this point in the history