v3.1.0
v3.1.0 - 2020-10-08
Added
- Module now fully supports the use of
cert_file
parameter, which accepts the path to the PEM-encoded
x509 CA certificate chain for Conjur. Users can supply the module with certificate path incert_file
OR
with certificate contents inssl_certificate
.
cyberark/conjur-puppet#105
Changed
- Conjur server errors now have better descriptions.
cyberark/conjur-puppet#241 - If
authn_api_key
is not wrapped inSensitive
class, we now raise a descriptive
error as to why we cannot proceed.
cyberark/conjur-puppet#232 - Warnings are now logged whenever this module attempts to use a non-HTTPS endpoint.
cyberark/conjur-puppet#144