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

[Backport stable/8.0] Set zbctl user agent #9468

Merged
merged 2 commits into from
May 31, 2022

Commits on May 31, 2022

  1. feat: set zbctl user agent

    In order to distinguish between go-client and zbctl add a new possibility to set the UserAgent as client config.
    Zbctl use that config and set their own user agent header.
    
    This is useful to understand which client types and versions are mostly used.
    
    (cherry picked from commit 329884a)
    Zelldon authored and github-actions[bot] committed May 31, 2022
    Configuration menu
    Copy the full SHA
    823bc5e View commit details
    Browse the repository at this point in the history
  2. fix: rm unused var

    (cherry picked from commit 287560a)
    Zelldon authored and github-actions[bot] committed May 31, 2022
    Configuration menu
    Copy the full SHA
    f4212d5 View commit details
    Browse the repository at this point in the history