Skip to content

v1.21.2

Latest
Compare
Choose a tag to compare
@conjur-jenkins conjur-jenkins released this 22 Nov 15:40

[1.21.2] - 2024-11-20

Changed

  • Replaces ERB template engine with Mustache when rendering Factory templates
    CNJR-6700
  • Modifies the REST API response of a Policy load command, when called with the
    dryRun parameter, to report policy attributes that would be created by the
    submitted policy.
    CNJR-6999
  • Modifies the REST API response of a Policy load command, when called with the
    dryRun parameter, to report policy attributes that would be updated by the
    submitted policy.
    CNJR-6109
  • Modifies the REST API response of a Policy load command, when called with the
    dryRun parameter, to report policy attributes that would be deleted by the
    submitted policy.
    CNJR-6108

Fixed

  • Updates audit events generated during Policy Factory usage.
    CNJR-6891

Fixed

  • Updates OIDC Authenticator to use the scope defined in configuration.
    CNJR-6393
  • Failed authentication requests now return without a body, only an error code.
    ONYX-60466
  • Fixed the ability to define Auth Token TTL in the configuration.
    CNJR-6388
  • Update webrick to 1.8.2 to resolve CVE-2024-47220.
    CONJSE-1907