All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Nothing should go in this section, please add to the latest unreleased version (and update the corresponding date), or add a new version.
1.18.5 - 2022-09-14
1.18.4 - 2022-09-11
- Adds support for authorization token in header in OIDC authenticator. cyberark/conjur#2637
1.18.3 - 2022-09-07
- Remove code and state from the debug logs conjurinc/conjur-ui#2644
1.18.2 - 2022-09-01
- Reduces debug log verbosity. cyberark/conjur#2639
1.18.1 - 2022-08-01
- Migrates OIDC Provider list to be accessable via an unauthentated endpoint. This is not a concern as logins using this endpoint already display the redirect endpoint on the login page. cyberark/conjur#2625
1.18.0 - 2022-08-01
- Adds support for namespace label based identity scope for the Kubernetes Authenticator cyberark/conjur#2613
- Adds support for authentication using OIDC's code authorization flow cyberark/conjur#2595
- Updated tzinfo to 1.2.10 to address CVE-2022-31163 cyberark/conjur#2610
1.17.8 - 2022-07-14
- Updated rails to 6.1.6.1 to remove CVE-2022-32224 cyberark/conjurinc#2605
1.17.7 - 2022-06-29
- Made simplecov a dev/test dependency cyberark/conjur#2564
- Added configuration for token TTL cyberark/conjur#2510
- Added configuration for default value for maximum number of results return to
/resources
request cyberark/conjur#2510
- 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
- Update rack to 2.2.3.1 to resolve CVE-2022-3023 cyberark/conjur#2564
- Update nokogiri to 1.13.6 to resolve un-numbered libxml CVEs (both in main Gemfile.lock and in docs/Gemfile.lock) cyberark/conjur#2558
1.17.6 - 2022-04-07
- Adds
CONJUR_USERS_IN_ROOT_POLICY_ONLY
environment variable to prevent users from being created outside the root policy. - Fixed promotion behavior
- Upgrade Rails to 6.12.5.1 to close CVE-2022-22577 and CVE-2022-27777 cyberark/conjur#2553
- Updated nokogiri to 1.13.4 to resolve CVE-2022-24836 cyberark/conjur#2534
1.17.3 - 2022-04-04
- 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.
- 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
- 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
- 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
- Updated rails to 6.1.4.7 to resolve CVE-2022-21831 (not vulnerable) cyberark/conjur#2513
- Updated nokogiri to 1.13.3 to resolve CVE-2022-23308 and CVE-2021-30560 cyberark/conjur#2504
- Updated Rails to 6.1.4.4 to resolve CVE-2021-44528 (Medium, Not Vulnerable) cyberark/conjur#2486
- Updated Rails to 6.1.4.6 to resolve CVE-2022-23633
- Updated Puma to 5.6.2 to resolve CVE-2022-23634 cyberark/conjur#2492
- Updated Puma to 5.6.4 to resolve CVE-2022-24790 cyberark/conjur#2534
- Updated KubeClient to 4.9.3 to resolve CVE-2022-0759 cyberark/conjur#2527
1.15.0 - 2021-12-21
- Added API endpoint to enable and disable GCP authenticator #2448
- Check to stop hosts from setting passwords fixed for admin user #2440
1.14.2 - 2021-12-13
- Failed Login now writes the error code in the log #2424
- Bump cyberark base images from 1.0.5 to 1.0.6 #2420
- Bump cyberark base images from 1.0.4 to 1.0.5 #2418
- Return 401 instead of 500 for invalid basic auth header. #1990
- Added check to stop hosts from setting passwords #1920
- Bump gems related to openid_connect stack for improving the certificate validation procedure during the OIDC keys discovery process #2441
1.14.1 - 2021-11-05
- Version bump to resolve build error on tagged master. #2416
1.14.0 - 2021-11-03
- Create default account when no account is specified in
conjurctl account create
. cyberark/conjur#2388 - JWT Authenticator supports nested claims in
token-app-property
,enforced-claims
,claim-aliases
and role annotations. #2397 #2404 #2403
- Changed claims mapping variable name ('mapping-claims' => 'claim-aliases'). cyberark/conjur#2382
1.13.2 - 2021-10-13
- Updated puma to 5.5.1 to close GHSA-48w2-rm65-62xx. We were not vulnerable to this issue. cyberark/conjur#2385
- GCP Authenticator: When defining the host using the instance-name annotation, you now need to define at least one additional annotation. cyberark/conjur#2387
- Updated nokogiri to 1.12.5 in both Gemfile.lock and docs/Gemfile.lock to resolve CVE-2021-41098 cyberark/conjur#2376 cyberark/conjur#2377
1.13.1 - 2021-09-13
- Fix bug of cache not working in authn jwt. cyberark/conjur#2353
- Fix bug
authn-jwt
now appears ininstalled
authenticators list ofauthenticators
endpoint output. cyberark/conjur#2365
- OIDC based authenticators no longer return Bad Gateway and Gateway Timeout http error codes. Unauthorised is returned instead. cyberark/conjur#2360
1.13.0 - 2021-07-29
- Added enforced claims support to JWT generic vendor configuration. cyberark/conjur#2325
- Added claims mapping support to JWT generic vendor configuration. cyberark/conjur#2330
- Added audience check to JWT generic vendor configuration. cyberark/conjur#2345
- Bump
cyberark/ubi-ruby-fips
from 1.0.3 to 1.0.4 to address CVE-2021-33910. cyberark/conjur#2333 - Upgraded addressable in ./Gemfile.lock and ./docs/Gemfile.lock to 2.8.0 to resolve GHSA-jxhc-q857-3j6g cyberark/conjur#2311
- Previously, OIDC authentication requests that included a user ID in the URL
path would return a Conjur access token without requiring a valid OIDC token
in the request. OIDC authentication requests that attempt to include a user ID
in the URL path now return a
404 Not Found
response. Security Bulletin
1.12.0 - 2021-06-25
- The JWT Authenticator (
authn-jwt
) supports authenticating third-party vendors that utilize JWT. See design - Set MAX_REQUESTS_PER_CONNECTION to infinity and introduced an environment variable to allow users to set their own value, see PR for further information: cyberark/conjur#2282
- 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
- Upgrade bindata to 2.4.10 to resolve Unspecified Issue reported by JFrog Xray cyberark/conjur#2257
1.11.7 - 2021-06-08
- Enabled authenticators can now be configured via a configuration file, or the CONJUR_AUTHENTICATORS environment variable. cyberark/conjur#2173
- Trusted Proxies can now be configured with a configuration file or by setting the CONJUR_TRUSTED_PROXIES environment variable. cyberark/conjur#2168
- Added
conjurctl configuration show
command to print the Conjur configuration values and the sources they are loaded from. cyberark/conjur#2169 - Added
conjurctl configuration apply
command restart the Conjur process and pick up changes to the configuration file. cyberark/conjur#2171
- Fix bug where running
conjurctl server
orconjurctl account create
with passwords that contain,
s sent via stdin raised an error. cyberark/conjur#2159 - Update the default keepalive timeout for puma to be longer than most common proxy and load balancers. Previously, the load balancer in front of Conjur would commonly have a longer timeout than the server itself, which can lead to Conjur closing connections even as there are pending requests and the proxy returning 502 errors to the client. PR cyberark/conjur#2191
- Upgrade Rails to 5.2.6 to resolve CVE-2021-22885 cyberark/conjur#2149
- Upgrade Nokogiri to 1.11.5 to resolve GHSA-7rrm-v45f-jp64.
- Upgrade Puma to 4.3.8 to resolve CVE-2021-29509.
- Upgrade Bundler to 2.2.18 to resolve CVE-2020-36327.
1.11.6 - 2021-04-28
- Fix bug where running
conjurctl server
orconjurctl account create
with non-alpha-numeric passwords sent via stdin raised an error. cyberark/conjur#2114
- The batch secret retrieval endpoint now returns a 406 Not Acceptable instead of a 500 error when a secret with incompatible encoding is requested. cyberark/conjur#2124
- Upgrade github-pages in docs/Gemfile to resolve CVE-2021-28834 in kramdown dependency cyberark/conjur#2099
- Bump
cyberark/ubi-ruby-fips
from 1.0.1 to 1.0.2 to address CVE-2021-20305. cyberark/conjur#2120
- File
API_VERSION
containing the current Conjur API Version, which corresponds to a release of the Conjur OpenAPI Spec. cyberark/conjur#2086 - Status page details section now displays the Conjur API version. cyberark/conjur#2130
1.11.5 - 2021-04-05
- Secrets batch request with blank variable names, now returns
Error 422 Unprocessable Entity
. cyberark/conjur#2083
conjurctl server
andconjurctl account create
allow the operator to specify the admin user's password via STDIN by providing the--password-from-stdin
switch. cyberark/conjur#2043conjurctl 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
- The secrets batch retrieval endpoint now refers to the
Accept-Encoding
header rather thanAccept
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
1.11.4 - 2021-03-09
- Updated Rails to 5.2.4.5 to address CVE-2021-22880. cyberark/conjur#2056
1.11.3 - 2021-02-22
- Conjur now raises a new
ServiceIdMissing
error if theservice-id
param is missing in an authentication request for the OIDC authenticator. cyberark/conjur#2004
- Conjur now raises a
RoleNotFound
error when trying to authenticate a non-existent host in authn-k8s. cyberark/conjur#2046
1.11.2 - 2021-02-02
- New
edge
-tagged images are published to DockerHub on every master branch build. cyberark/conjur#1617
- Conjur images are updated to use pinned versions of the public base images. Users can now determine exactly which dependencies in the Conjur Base Image project are included in their Conjur image. cyberark/conjur#1974
- When batch secret retrieval
requests are sent with an
Accept: base64
header, the secret values in the response will all be Base64-encoded. Sending requests with this header allows users to retrieve binary secrets encoded in Base64. cyberark/conjur#1962 - Conjur now verifies that the
offset
parameter is a valid integer value. TheGET /resources
request will fail ifoffset
is not an integer greater than or equal to 0. cyberark/conjur#1997
- Requests with empty body and
application/json
Content-Type Header will now return 400 error instead of 500 error. cyberark/conjur#1968 - Users no longer receive 500 errors when loading policy after performing database backup and restore. cyberark/conjur#1948
- The audit endpoint no longer incorrectly reports a 404 Not Found response when the resource ID used for retrieving audit events includes a period (.). With this change, the audit endpoint is now consistent with how other Conjur endpoints handle unencoded periods in resource IDs. cyberark/conjur#2001
- Attempts to retrieve binary secret data in a
batch secret retrieval request
without using the
Accept: base64
header now returns a message with the 500 response to explain that improper secret encoding is the cause of the error. cyberark/conjur#1962 GET /resources
request with non-numeric delimiter (limit or offset) now returnsError 422 Unprocessable Entity
instead ofError 500
. cyberark/conjur#1997POST /host_factory_tokens
request with invalid ip address or CIDR range ofcidr
parameter now returnsError 422 Unprocessable Entity
instead ofError 500
. cyberark/conjur#2011
- Kubernetes authenticator certificate injection process now performs certificate verification to prevent MitM attacks. Security Bulletin
1.11.1 - 2020-11-19
- UBI-based Conjur image to support Conjur server running on OpenShift. Image will be published to RedHat Container Registry. cyberark/conjur#1883
1.11.0 - 2020-11-06
- GCP authenticator (
authn-gcp
) supports authenticating from Google Cloud Function (GCF) using a GCE instance identity token. See design for details. cyberark/conjur#1804
- 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
- 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
- Bumped Ruby version from 2.5.1 to 2.5.8 to address CVE-2020-10663. cyberark/conjur#1906
1.10.0 - 2020-10-16
- Documentation explaining how to upgrade a Conjur server deployed in a Docker Compose environment. cyberark/conjur#1528, cyberark/conjur#1584
- When Conjur starts, we now convert blank environment variables to nil. This ensures we treat empty environment values as if the environment variable is not present, rather than attempting to use the empty string value. cyberark/conjur#1841
- The "inject_client_cert" request now returns 202 Accepted instead of 200 OK to indicate that the cert injection has started but not necessarily completed. cyberark/conjur#1848
- Conjur now verifies that Kubernetes Authenticator variables exist and have value before retrieving them so that a proper error will be raised if they aren't. cyberark/conjur#1315
1.9.0 - 2020-08-31
- A new authenticator for applications running in Google Cloud Platform (
authn-gcp
), which supports authenticating from Google Compute Engines (GCE) using a GCE instance identity token. See design for details. cyberark/conjur#1711 - New
/whoami
API endpoint for improved supportability and debugging for access tokens and client IP address determination. cyberark/conjur#1697 TRUSTED_PROXIES
is validated at Conjur startup to ensure that it contains valid IP addresses and/or address ranges in CIDR notation. cyberark/conjur#1727- The
/authenticate
endpoint now returns a text/plain base64 encoded access token if theAccept-Encoding
request header includesbase64
. cyberark/conjur#151
- The "inject_client_cert" request now returns 202 Accepted instead of 200 OK to indicate that the cert injection has started but not necessarily completed. cyberark/conjur#1848
- The Conjur server request logs now records the same IP address used by audit
logs and network authentication filters with the
restricted_to
attribute. cyberark/conjur#1719 - Conjur now only trusts
127.0.0.1
to send theX-Forwarded-For
header by default. Additional trusted IP addresses may be added with theTRUSTED_PROXIES
environment variable. cyberark/conjur#1725 - Invalid CIDR notation in
restricted_to
now returns a policy validation error, rather than an internal server error. cyberark/conjur#1763
- The
TRUSTED_PROXIES
environment variable now works correctly again after the Rails 5 upgrade. This is to indicate trusted proxy IP addresses when using theX-Forwarded-For
HTTP header to identity the true client IP address of a request. cyberark/conjur#1689 - A new database migration step updates the fingerprints in slosilo. The FIPS compliance
update in
v1.8.0
caused the previous fingerprints to be invalid. cyberark/conjur#1584
- Replaces string comparison with Secure Compare to prevent timing attacks against the API authentication endpoint. Security Bulletin
- Roles must use basic authentication to rotate their own API key, and can no longer rotate their API key using only an access token. Security Bulletin
1.8.1 - 2020-07-14
- Log the OpenSSL FIPS mode after Rails is initialized for both OSS and DAP. cyberark/conjur#1684
- Bump
conjur-policy-parser
sorevoke (member)
anddeny (role)
can correctly utilize relative paths. cyberark/conjur-policy-parser#23
1.8.0 - 2020-07-10
- Use OpenSSL 1.0.2u to support FIPS compliance. cyberark/conjur#1527
- Conjur can be configured to run in FIPS compliant or Non-FIPS compliant mode depending on requirements. FIPS Compliant mode is slightly slower then non-FIPS compliant. cyberark/conjur#1527
- Bump conjur-rack from 4.0.0 to 4.2.0 that consumes FIPS compliant slosilo. cyberark/conjur#1527
- Print login and authentication error to the log in INFO level. cyberark/conjur#1377
- Print proper message when user does not exist in authn or login request with default authenticator. cyberark/conjur#1655
- Password changes (
PUT /authn/:account/password
) now produce audit events with message IDpassword
. cyberark/conjur#1548 - API key rotations (
PUT /:authenticator/:account/api_key
) now produce audit events with message IDapi-key
. cyberark/conjur#1549 - All audit events now contain the IP address of the client that initiated the
API request (e.g.
[client@43868 ip="172.24.0.5"]
). cyberark/conjur#1550 - Print Conjur server FIPS mode status. cyberark/conjur#1654
- Updated
rack
to2.2.3
to resolve CVE-2020-8184. cyberark/conjur#1643
1.7.4 - 2020-06-17
- The default content type for requests is now set at the beginning of the Rack middleware chain, so that the content type is available for subsequent middleware (cyberark/conjur#1622)
- The default content type middleware now correctly checks for the
absence of the
Content-Type
header (cyberark/conjur#1622)
1.7.3 - 2020-06-11
- Host Factory Host creation no longer makes unecessary database queries, causing performance issues with large numbers of created hosts (cyberark/conjur#1605)
1.7.2 - 2020-06-08
- The Conjur version is now printed on server startup, after running
conjurctl server
(cyberark/conjur#1590) - Raise proper error of an authn request with a non-existing user to the
authn
authenticator (cyberark/conjur#1591)
1.7.1 - 2020-06-03
- Print version on server startup (cyberark/conjur#1531)
rake policy:load
fails when loading policy (cyberark/conjur#1581)
1.7.0 - 2020-05-29
- The k8s authenticator correctly authenticates an app using the host ID to specify the k8s resource constraints and an annotation to specify the authenticator container name using the "authn-k8s" prefix (cyberark/conjur#1535, conjurinc/dap-support#79) - PR.
- Fixed exception in
conjurctl
when loading policy (conjurinc/dap-support#80) - PR.
- Updated the title of status page to
Conjur Status
fromConjur
(conjurinc/dap-support) - PR. - Policy load API endpoints now default to the
application/x-yaml
content-type if no content type is provided in the request (conjurinc/dap-support#74) - PR. - ActiveSupport uses SHA1 instead of MD5 (cyberark/conjur#1418).
- Authentication audit events now use separate operations for
authenticate
,login
, andvalidate-status
workflows (cyberark/conjur#1054). - Authentication workflow checks origin before credentials to insure a request can authenticate before authenticating (cyberark/conjur#1568).
- The Kubernetes authentication
/inject-client-cert
endpoint now generates an authentication audit event with thek8s-inject-client-cert
operation (cyberark/conjur#1538). - Adds a
CertMissingCNEntry
error to improve visibility of Kubernetes authenticator failures (cyberark/conjur#1278). - Logs the authenticator used when the
authentication-container-name
annotation is missing (conjurinc/dap-support#69) - PR.
- Images are no longer published to Quay.io.
1.6.0 - 2020-04-14
- Use Ubuntu 18.04 LTS as the base image for Conjur to continue using Ruby 2.5 (cyberark/conjur#1456).
- Conjur image now performs a
dist-upgrade
as the first image build step to ensure the image includes all available vulnerability fixes in the base OS. - Upgrade from Rails 4 to Rails 5
1.5.1 - 2020-03-25
- Status page details section now displays the Conjur version number cyberark/conjur#1438.
1.5.0 - 2020-03-23
- Hosts can authenticate from Azure VMs using an Azure access token. See design for details (conjurinc/appliance#927).
- Lock rotators to prevent multiple rotations from incurring simultaneously.
- Fix support for using deployment as K8s authentication resource type for Kubernetes >= 1.16 (#1440)
1.4.7 - 2020-03-12
- Improved flows and rules around user creation (#1272)
- Kubernetes authenticator now returns 403 on unpermitted hosts instead of a 401 (#1283)
- Conjur hosts can authenticate with authn-k8s from anywhere in the policy branch (#1189)
- Updated broken links on server status page (#1341)
1.4.6 - 2020-01-21
- K8s hosts' resource restrictions is extracted from annotations or id. If it is defined in annotations it will taken from there and if not, it will be taken from the id.
1.4.5 - 2019-12-22
- Added API endpoint to enable and disable authenticators. See design/authenticator_whitelist_api.md for details.
- The k8s host id does not use the "{@account}:host:conjur/authn-k8s/#{@service_name}/apps" prefix and takes the full host-id from the CSR. We also handle backwards-compatibility and use the prefix in case of an older client.
1.4.4 - 2019-12-19
- Early validation of account existence during OIDC authentication
- Code coverage reporting and collection
- Bumped
puma
from 3.12.0 to 3.12.2 - Bumped
rack
from 1.6.11 to 1.6.12 - Bumped
excon
from 0.62.0 to 0.71.0
- Fixed password rotation of blank password
- Fixed bug with multi-cert CA chains in Kubernetes service accounts
- Fixed build issues with creating namespaces with multiple values
- Removed follower env configuration
1.4.3 - 2019-11-26
- Flattening of OSS container layers.
- Upgraded Nokogiri to 1.10.5.
- Upgrade base image of OSS to
ubuntu:20.20
. - Enablement work to get OSS container to work on OpenShift as-is.
1.4.2 - 2019-09-13
- An unset initContainer field in a deployment config pod spec will no
longer cause the k8s authenticator to fail with
undefined method
(#1182).
1.4.1 - 2019-06-24
- Make sure the authentication framework only caches Role lookups for the duration of a single request. Reusing stale lookups was leading to authentication failures.
1.4.0 - 2019-04-23
- Kubernetes authentication can now work externally from Kubernetes
- Moved changelog validation up in CI pipeline
1.3.7 - 2019-03-27
- Updated links to Policy & Cryptography reference in API documentation
- Updated conjur-policy-parser to v3.0.3.
- Replaced
changelog
entrypoint inci/test
with a separate script. Building theconjur
andconjur-test
images just to be able to install and run theparse_a_changelog
gem seemed a little heavyweight. - Renamed the old docs/ folder to design/
1.3.6 - 2019-02-19
- Reduced IAM authentication logging
- Refactored authentication strategies
- Removed OIDC APIs public access
1.3.5 - 2019-02-07
- Rails version updated to v4.2.11.
- Updated Docker build to pre-compile Rails assets for Conjur image.
1.3.4 - 2018-12-19
- Updated dependencies and Ruby version of Docker image
- Removed the cloudformation template in favor of the one found in the docs at https://docs.conjur.org/Latest/en/Content/Get%20Started/install-open-source.htm#h2-item-2
- Fixed the authn_restricted_to.feature so that it doesn't depend on the default docker network (172.0.0.0/8).
- Fixed Syslog formatting to properly escape the closing square bracket (]) per RFC 5424
1.3.3 - 2018-11-20
- Added support for secure LDAP connections in the LDAP authenticator.
- Added support to configure the LDAP authenticator with policy instead of environment variables.
1.3.2 - 2018-11-14
- Fixed request parameter parsing when creating or deleting a host factory token.
- Updated ffi and loofah dependencies to latest versions of each.
1.3.1 - 2018-10-19
- Fixed host factory
500
server response when aRole
for a given host ID already exists but there is no correspondingResource
record. - Improved authenticator error handling and logging.
1.3.0 - 2018-10-10
- Previously, loading a policy with a host factory that doesn't include
any layers would cause a
nil
runtime exception. Now this case is checked specifically and raises a policy load error with a description of the problem. - Added support for authenticators to implement
/login
in addition to/authenticate
- Implemented
/login
forauthn-ldap
.
1.2.0 - 2018-09-18
- Added support for issuing certificates to Hosts using CAs configured as Conjur services. More details are available here.
- Added support for Conjur CAs to use encrypted private keys
- Implemented keyword search for Role memberships
- Update Conjur issued certificates to include a SPIFFE SVID as a subject alternative name (SAN).
- Change authn-k8s to expect the client cert (passed in
X-SSL-Client-Certificate
) to be url-escaped. - Update Conjur issued certificates to use the common name derived from the authenticated host, rather than use the value from the CSR.
- Prevent anonymous (password-less) authentication with LDAP.
1.1.2 - 2018-08-22
- Substantial performance improvement when loading large policy files
- Fixes a vulnerability that could allow an authn-K8s request to bypass mutual TLS authentication. All Conjur users using authn-k8s within Kubernetes or OpenShift are strongly recommended to upgrade to this version.
1.1.1 - 2018-08-10
conjurctl export
now includes the account list to support migrationconjurctl export
allows the operator to specify the file name label using the-l
or--label
flag- Update puma to a version that understands how to handle having ipv6 disabled
- Update puma worker timeout to allow longer requests to finish (from 1 minute to 10 minutes)
1.1.0 - 2018-07-30
- Adds
conjurctl export
command to provide a migration data package to Conjur EE
1.0.1 - 2018-07-23
- Handling of absolute user ids in policies.
- Attempts to fetch a secret from a nonexistent resource no longer cause 500.
1.0.0 - 2018-07-16
- Audit attempts to update and fetch an invisible secret.
- Updated license to LGPL
0.9.0 - 2018-07-11
- Adds CIDR restrictions to Host and User resources
- Adds Kubernete authentication
- Optimize audit database and responses, for a significant improvement of performance.
start
no longer fails to show Help information.
0.8.1 - 2018-06-29
- Audit events for failed variable fetches and updates.
0.8.0 - 2018-06-26
- Audit events for entitlements, variable fetches and updates, authentication and authorization.
0.7.0 - 2018-06-25
- Added AWS Secret Access Key Rotator
0.6.0 - 2018-06-25
- AWS Hosts can authenticate using their assigned AWS IAM role.
- Added variable rotation for Postgres databases
- Experimental audit querying engine mounted at /audit. It can be configured to work with an external audit database by using config.audit_database configuration entry.
- API endpoints for granting and revoking role membership
- API endpoint for the role graph
- Paging parameters (
offset
andlimit
) for audit API endpoints
- RolesController#index now accepts
role
as a query parameter. If present, resources visible to that role are listed. - Resources are now only visible if the user is a member of a role that owns them or has some permission on them.
- RolesController now implements #direct_memberships to return the direct members of a role, without recursive expansion.
- Updated Ruby version from 2.2, which is no longer supported, to version 2.5.
- RolesController now implements #members to return a searchable, pageable collection of members of a Role.
- Policy changes now generate audit log messages. These can optionally be generated in RFC5424 format and pushed to a UNIX socket for further processing.
- Code of Conduct
0.3.0 - 2018-01-11
conjurctl wait
command is added that can be used to check if the Conjur server is ready
- Moved Conjur docs to a separate repo
0.2.0 - 2017-12-07
- Add
authn-local
service which issues access tokens over a Unix domain socket.
- CTA was updated
- Resolved bug: Policy replace can fail when user is deleted and removed from group
0.1.1 - 2017-12-04
- Build scripts now look at git tags to determine version and tags to use.
- When a policy is loaded which references a non-existant object, that error is now reported as a JSON-formatted 404 error rather than an ugly 500 error.
- The first tagged version.