Releases: cyberark/conjur
Releases · cyberark/conjur
v1.3.6
v1.3.3
Added
- Added support for secure LDAP connections in the LDAP authenticator.
- Added support to configure the LDAP authenticator with policy instead of environment variables.
Fixed
- Fixed request parameter parsing when creating or deleting a host factory token.
- Updated ffi and loofah dependencies to latest versions of each.
- Fixed host factory 500 server response when a Role for a given host ID already exists but there is no corresponding Resource record.
- Improved authenticator error handling and logging.
v1.3.0
Fixed
- Previously, loading a policy with a host factory that doesn't include
any layers would cause anil
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
.