open-vault/changelog/11576.txt
Calvin Leung Huang 8b7cd1bff7
agent/cert: properly return the cached client on AuthClient (#11576)
* agent/cert: properly return the cached client on AuthClient

* test: pass in nil client config, check on pointer values directly

* test: pass in nil client config

* changelog: add changelog entry
2021-05-12 14:59:07 -07:00

4 lines
170 B
Plaintext

```release-note:bug
agent/cert: Fix issue where the API client on agent was not honoring certificate
information from the auto-auth config map on renewals or retries.
```