We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PROBLEM SUMMARY OU field displays [] when requesting certificates.
STEPS TO REPRODUCE
user: 'myuser' password: 'mypassword' url: 'https://venafi_server/vedsdk/' zone: "Demo\\APIs\\Ansible" trust_bundle: "/home/venafilab/ansible/venafilab_trust_bundle.pem"
--- - hosts: localhost roles: - role: venafi.ansible_role_venafi #certificate_common_name: "{{ ansible_fqdn }}.alex-test.venafi.com" certificate_common_name: "testcert2.se.venafi.com" certificate_cert_dir: "/tmp/etc/ssl/{{ certificate_common_name }}"
EXPECTED RESULTS I would expect an empty OU field due to no policy default
ACTUAL RESULTS
ENVIRONMENT DETAILS vcert=0.6.8 Ansible=0.2.1 Python=2.7.15+ Ubuntu=18.0.4
COMMENTS/WORKAROUNDS No workaround. I really need to get this fixed. The cannot be use in production with my customer until this is resolved.
The text was updated successfully, but these errors were encountered:
I did test this again with a value and it appears correctly. The issue is now only with a blank OU field.
Sorry, something went wrong.
No branches or pull requests
PROBLEM SUMMARY
OU field displays [] when requesting certificates.
STEPS TO REPRODUCE
Example:
ansible-playbook sample.yml
EXPECTED RESULTS
I would expect an empty OU field due to no policy default
ACTUAL RESULTS
ENVIRONMENT DETAILS
vcert=0.6.8
Ansible=0.2.1
Python=2.7.15+
Ubuntu=18.0.4
COMMENTS/WORKAROUNDS
No workaround. I really need to get this fixed. The cannot be use in production with my customer until this is resolved.
The text was updated successfully, but these errors were encountered: