Skip to content

v0.14.0

Compare
Choose a tag to compare
@orenbm orenbm released this 04 Sep 13:31
· 572 commits to master since this release
0e5c275

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