cyberark / conjur-puppet

Official Puppet module for CyberArk Conjur
https://forge.puppet.com/cyberark/conjur
Apache License 2.0
6 stars 3 forks source link

Puppet integration has troubleshooting documentation #120

Closed izgeri closed 4 years ago

izgeri commented 4 years ago

Add a Troubleshooting section to the README.

Each troubleshooting example can use the same sort of template that Secretless uses

sgnn7 commented 4 years ago

Some troubleshooting info has been collected here: https://github.com/cyberark/conjur-puppet/issues/192

sgnn7 commented 4 years ago

Additional case we should cover:

Sensitive(Deferred(conjur::secret('<id>')))

Which will result also in a 500 error since it resolves on the server

sgnn7 commented 4 years ago
Might help to have some troubleshooting hints:
Use '--trace' and '--verbose' when running puppet agent to get verbose output with traces, e.g.
`sudo /opt/puppetlabs/bin/puppet agent --trace --verbose --test'
Use 'systemctl status puppetserver' to check server status on a Linux host
Use 'journalctl -xe' to get puppetserver logs on a Linux host