Skip to content

v1.12.0

Compare
Choose a tag to compare
@jtuttle jtuttle released this 25 Jun 14:16
· 1019 commits to master since this release
v1.12.0
5fe6b22

Added

  • The JWT Authenticator (authn-jwt) supports authenticating third-party vendors that utilize JWT.
    See design

Changed

  • Parsing a Conjur config with invalid YAML content now outputs a more user
    friendly error message without a stack trace.
    cyberark/conjur#2256
  • Set the Puma process explicitly to reliably restart the correct process
    when the Conjur configuration is reloaded.
    cyberark/conjur#2291

Security

  • Upgrade bindata to 2.4.10 to resolve Unspecified Issue reported by JFrog Xray
    cyberark/conjur#2257