You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.
I've been further testing and the Ansible role relies on the URI module to pass the hostfactory token to the Conjur instances. There is currently no option in the role to utilized the "client_cert" URI module parameter to allow for passing through a certificate that is self signed.
It would be great if there was logic in the role to determine if the certificate is self-signed and then pass it through to Conjur with https intact even though the certificate is untrusted. Similar to the --cacert curl option.
This mostly comes up in demo environments where we do not have a CA.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At this point the role works that way but in the plugin & module we don;t have the ability to work with SSL without validating certs
The text was updated successfully, but these errors were encountered: