Releases: cyberark/conjur-authn-k8s-client
Releases · cyberark/conjur-authn-k8s-client
v0.15.0
v0.14.0
Added
- Added a
log
package with a centralized file for log messages - Added a constructor for
Authenticator
that receives an AccessToken
Changed
- Moved all AccessToken related work to a separate package
- Moved all log related work to the
log
package - NewFromEnv signature has changed - method does not take input parameters
anymore and is using default values fortokenFilePath
&clientCertPath
.
These parameters can also be set as environment variables:tokenFilePath
can be set withCONJUR_AUTHN_TOKEN_FILE
clientCertPath
can be set withCONJUR_CLIENT_CERT_PATH
v0.13.0
v0.12.0
v0.11.0
0.11.0
- Added support for Conjur v5.
- Added
CONJUR_VERSION
env variable ('4' or '5', defaults to '5').