You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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