-
Notifications
You must be signed in to change notification settings - Fork 41
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
Consume version 0.19.0 of conjur-authn-k8s-client #1352
Conversation
afc65b2
to
fe02ac1
Compare
CHANGELOG.md
Outdated
### Added | ||
- The `vault` provider now supports loading secrets from the KV Version 2 secret | ||
engine. Reference a secret in Vault using the right path and a field | ||
navigation in the Secretless configuration. | ||
[cyberark/secretless-broker#1331](https://github.com/cyberark/secretless-broker/issues/1331) | ||
|
||
### Changed | ||
- Update k8s authenticator client version to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing spaces
CHANGELOG.md
Outdated
### Changed | ||
- Update k8s authenticator client version to | ||
[0.19.0](https://github.com/cyberark/conjur-authn-k8s-client/blob/master/CHANGELOG.md#0190---2020-10-08), | ||
which adds some fixes around cert injection failure (see also changes in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing spaces
CHANGELOG.md
Outdated
### Added | ||
- The `vault` provider now supports loading secrets from the KV Version 2 secret | ||
engine. Reference a secret in Vault using the right path and a field | ||
navigation in the Secretless configuration. | ||
[cyberark/secretless-broker#1331](https://github.com/cyberark/secretless-broker/issues/1331) | ||
|
||
### Changed | ||
- Update k8s authenticator client version to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lists should be surrounded by blank lines
This version introduces some changes that we can benefit from, especially these: - Errors in the certificate injection process on login are now printed to the client logs. [cyberark/conjur-authn-k8s-client#/170](cyberark/conjur-authn-k8s-client#170) - When authentication fails, the exponential backoff retry is correctly reset so that it will continue to attempt to authenticate until backoff is exhausted. [cyberark/conjur-authn-k8s-client#158](cyberark/conjur-authn-k8s-client#158) - Wait slightly for the client certificate file to exist after login before raising an error. [cyberark/conjur-authn-k8s-client#119](cyberark/conjur-authn-k8s-client#119)
fe02ac1
to
f141282
Compare
### Added | ||
- The `vault` provider now supports loading secrets from the KV Version 2 secret | ||
engine. Reference a secret in Vault using the right path and a field | ||
navigation in the Secretless configuration. | ||
[cyberark/secretless-broker#1331](https://github.com/cyberark/secretless-broker/issues/1331) | ||
|
||
### Changed | ||
- Update k8s authenticator client version to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lists should be surrounded by blank lines
Code Climate has analyzed commit f141282 and detected 2 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 50.2% (0.0% change). View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Consume version 0.19.0 of conjur-authn-k8s-client
This version introduces some changes that we can benefit from, especially these:
cyberark/conjur-authn-k8s-client#/170
that it will continue to attempt to authenticate until backoff is exhausted.
cyberark/conjur-authn-k8s-client#158
raising an error.
cyberark/conjur-authn-k8s-client#119