v1.7.0
Pre-release
Pre-release
Change log
Fixed
- 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
conjurctlwhen loading policy (conjurinc/dap-support#80) - PR.
Changed
- Updated the title of status page to
Conjur StatusfromConjur(conjurinc/dap-support) - PR. - Policy load API endpoints now default to the
application/x-yamlcontent-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-statusworkflows
(cyberark/conjur#1054). - Authentication workflow checks origin before credentials to insure a request can authenticate before authenticating (cyberark/conjur#1568).
Added
- The Kubernetes authentication
/inject-client-certendpoint now generates
an authentication audit event with thek8s-inject-client-certoperation
(cyberark/conjur#1538). - Adds a
CertMissingCNEntryerror to improve visibility of Kubernetes authenticator failures (cyberark/conjur#1278). - Logs the authenticator used when the
authentication-container-nameannotation is missing (conjurinc/dap-support#69) - PR.
Removed
- Images are no longer published to Quay.io.
Security
- Upgraded Rails to
v5.2.4.3to resolve CVE-2020-8164.