v1.11.6
Changelog
Fixed
- Fix bug where running
conjurctl server
orconjurctl account create
with
non-alpha-numeric passwords sent via stdin raised an error.
cyberark/conjur#2083
Changed
- 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
Security
- 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
Added
- 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