Skip to content

v1.11.0

Compare
Choose a tag to compare
@micahlee micahlee released this 19 Nov 17:38
· 1375 commits to master since this release
v1.11.0
ea42574

Added

  • GCP authenticator (authn-gcp) supports authenticating from Google Cloud Function (GCF)
    using a GCE instance identity token. See design
    for details. cyberark/conjur#1804

Changed

  • Conjur now raises an ExecCommandError error instead of a CertInstallationError
    error in case it failed to install the client certificate during authn-k8s.
    cyberark/conjur#1860

Fixed

  • Conjur now raises an Unauthorized error when a user attempts to rotate the API key of a
    nonexistent role. Previously, the operation would result in a successful rotation of the
    existing user's API key, with no indication that the target of the operation had changed.
    cybeark/conjur#1914

Security