Skip to content

Releases: cyberark/conjur

v1.17.7

19 May 16:24
17d3071
Compare
Choose a tag to compare

[1.17.7] - 2022-06-29

Changed

Fixed

  • Previously, the temporary schemas used to modify Conjur policy
    caused the Postgres database catalog cache to leak memory over time,
    leading to an eventual crash. Now, we recycle the database
    connection after modifying policy to free this cache and prevent
    the memory leak from occurring.
    cyberark/conjur#2584

Security

v1.17.6

14 Apr 18:31
231d657
Compare
Choose a tag to compare

[1.17.6] - 2022-04-07

Changed

  • Adds CONJUR_USERS_IN_ROOT_POLICY_ONLY environment variable to prevent users from being created outside the root policy.

Security

v1.17.5

07 Apr 20:38
af4d331
Compare
Choose a tag to compare
v1.17.5 Pre-release
Pre-release

[1.17.5] - 2022-04-07

Changed

  • Fixed promotion behavior

Security

v1.17.4

07 Apr 18:28
90b48b6
Compare
Choose a tag to compare
v1.17.4 Pre-release
Pre-release

[1.17.4] - 2022-04-07

Changed

  • Fixed promotion behavior

v1.17.3

05 Apr 15:24
3a86b4b
Compare
Choose a tag to compare

[1.17.3] - 2022-04-04

Changed

  • Fixed issue where an invalid content type sent by our .NET SDK was causing
    Conjur to error - but this wasn't the case before the Ruby 3 upgrade
    #2525
  • Verify non user or host resources do not have credentials.

Security

v1.17.2

13 Feb 19:02
921e3ed
Compare
Choose a tag to compare
v1.17.2 Pre-release
Pre-release

[1.17.2] - 2022-03-09

Added

  • Added the ability to fetch signing keys from JWKS endpoints that use a self-signed
    certificate or a certificate signed by a third-party CA for JWT generic vendor
    configuration
    (#2462
    #2461
    #2456
    #2455
    #2457
    #2452
    #2437)
  • Added the ability for JWT generic vendor configuration to receive signing keys
    for JWT token verification from a variable. Variable name is public-keys
    (#2463
    #2461
    #2456
    #2455
    #2454
    #2450
    #2447
    #2437)
  • Added support for SNI certificates when talking to the Kubernetes API
    server through the web socket client.
    #2482
  • Added support for http(s)_proxy for Kubernetes client in Kubernetes
    authenticator
    #2432

Changed

  • Update to automated release process
  • Proper error message appears when JWT Authenticator gets HTTP code error
    while trying to fetch JWKS data from jwks-uri #2474
  • Upgrade to Ruby 3. #2444

Fixed

  • IAM Authn bug fix - Take rexml gem to production configuration #2493
  • Previously, a stale puma pid file would prevent the Conjur server from starting
    successfully. Conjur now removes a stale pid file at startup, if it exists.
    #2498
  • Use entirety of configured Kubernetes endpoint URL in Kubernetes authenticator's
    web socket client, instead of only host and port
    #2479

Security

v1.17.1

09 Feb 19:31
291ab21
Compare
Choose a tag to compare
v1.17.1 Pre-release
Pre-release

[1.17.1] - 2022-02-09

Added

  • Added support for SNI certificates when talking to the Kubernetes API
    server through the web socket client.
    ONYX-14386
  • Added support for http(s)_proxy for Kubernetes client in Kubernetes
    authenticator
    ONYX-16433

v1.17.0

09 Feb 15:33
c31f2c8
Compare
Choose a tag to compare
v1.17.0 Pre-release
Pre-release

[1.17.0] - 2022-02-09

Changed

  • Upgrade to Ruby 3. #2444

v1.16.0

19 Jan 23:30
66628f9
Compare
Choose a tag to compare
v1.16.0 Pre-release
Pre-release

[1.16.0] - 2022-01-25

Added

  • Added the ability to fetch signing keys from JWKS endpoints that use a self-signed
    certificate or a certificate signed by a third-party CA for JWT generic vendor
    configuration
    (#2462
    #2461
    #2456
    #2455
    #2457
    #2452
    #2437)
  • Added the ability for JWT generic vendor configuration to receive signing keys
    for JWT token verification from a variable. Variable name is public-keys
    (#2463
    #2461
    #2456
    #2455
    #2454
    #2450
    #2447
    #2437)

Changed

  • Proper error message appears when JWT Authenticator gets HTTP code error
    while trying to fetch JWKS data from jwks-uri #2474

v0.0.1

05 Feb 00:03
ee63865
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

[0.0.1] - 2022-02-04

Changed

  • Upgrade to Ruby 3. #2444