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

(GH-3296) Prefer cert auth to token auth for puppetdb client #3299

Merged
merged 1 commit into from
Apr 12, 2024

Commits on Apr 11, 2024

  1. (puppetlabsGH-3296) Prefer cert auth to token auth for puppetdb client

    Previously regardless of using certs any puppetdb token (either read from default location OR configured in settings) would be sent in x-authentication header for puppetdb requests. In the case a cert is configured, do not include this as the puppetdb endpoint will 401 in the case a valid cert but revoked token is presented.
    
    !bug
    
    * **Prefer cert based auth over token for puppetdb** ([puppetlabs#3296](puppetlabs#3296))
    
      When both a token and cert are computed for puppetdb config, only use
      cert auth. This matches behavior of other puppetdb CLI tools.
    donoghuc committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6f0c8f8 View commit details
    Browse the repository at this point in the history