Closed izgeri closed 4 years ago
Some troubleshooting info has been collected here: https://github.com/cyberark/conjur-puppet/issues/192
Additional case we should cover:
Sensitive(Deferred(conjur::secret('<id>')))
Which will result also in a 500 error since it resolves on the server
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
Add a
Troubleshooting
section to the README.Each troubleshooting example can use the same sort of template that Secretless uses