Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-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.
- Loading branch information