Skip to content

v1.11.5

Compare
Choose a tag to compare
@izgeri izgeri released this 05 Apr 20:33
· 1200 commits to master since this release
c7325df

Changelog

Fixed

  • Secrets batch request with blank variable names, now returns Error 422 Unprocessable Entity.
    cyberark/conjur#2083

Added

  • conjurctl server and conjurctl account create allow the operator to specify
    the admin user's password via STDIN by providing the --password-from-stdin switch.
    cyberark/conjur#2043
  • conjurctl account create now allows the operator to specify the account name via
    the --name flag. We recommend using this explicit flag when using the --password-from-stdin
    option so that commands are explicit and more readable.
    cyberark/conjur#2043
  • /whoami API endpoint now produces audit events.
    cyberark/conjur#2052
  • When a user checks permissions of a non-existing role or a non-existing resource,
    Conjur now audits a failure message.
    cyberark/conjur#2059

Changed

  • The secrets batch retrieval endpoint now refers to the Accept-Encoding
    header rather than Accept to determine the response encoding.
    cyberark/conjur#2065
  • When trying to fetch a missing or empty secret, a proper error message is now
    returned.
    cyberark/conjur#2023
  • Login and authentication error stack traces are printed to the log at the
    default INFO level. Previously, users had to restart their servers with
    CONJUR_LOG_LEVEL=debug to get meaningful log messages that diagnosed
    configuration or enablement errors; with this change, server logs will be
    clearer about login or authentication errors and will include minimal stack
    traces.
    cyberark/conjur#2080
  • Conjur base image updated to v1.0.1.
    PR cyberark/conjur#2088