Skip to content

Releases: cyberark/conjur-authn-k8s-client

v0.15.0

26 Dec 13:51
Compare
Choose a tag to compare

Changed

  • Sending the full host-id in the CSR request. The prefix is sent in the
    "Host-Id-Prefix" header and the suffix is sent in the common-name

v0.14.0

04 Sep 13:31
0e5c275
Compare
Choose a tag to compare

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 for tokenFilePath & clientCertPath.
    These parameters can also be set as environment variables:
    • tokenFilePath can be set with CONJUR_AUTHN_TOKEN_FILE
    • clientCertPath can be set with CONJUR_CLIENT_CERT_PATH

v0.13.0

11 Mar 19:49
086a797
Compare
Choose a tag to compare

Fixed

  • Fixed issues with certificate expiration not being handled properly

Added

  • Added ability to specify token timeout with CONJUR_TOKEN_TIMEOUT variable

Changed

  • Modules have been reorganized to DRY out the main runner module

v0.12.0

02 Aug 20:47
Compare
Choose a tag to compare
v0.12.0

v0.11.0

18 Jul 21:23
Compare
Choose a tag to compare

0.11.0

  • Added support for Conjur v5.
  • Added CONJUR_VERSION env variable ('4' or '5', defaults to '5').