v1.0.5
v1.0.5 - 2020-06-18
Added
- Plugin supports validation of self-signed certificates provided in
CONJUR_CERT_FILE
or Conjur config file
(cyberark/ansible-conjur-collection#4)
Fixed
- Encode spaces to "%20" instead of "+". This encoding fixes an issue where Conjur
variables that have spaces were not encoded correctly
(cyberark/ansible-conjur-collection#12) - Allow users to set
validate_certs
tofalse
without setting a value tocert_file
(cyberark/ansible-conjur-collection#13)