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

Improve Conjur server error descriptions #241

Closed sgnn7 closed 3 years ago

sgnn7 commented 3 years ago

Is your feature request related to a problem? Please describe.

Currently the errors returned from the Conjur server are not as descriptive as they could be:

Error: Failed to apply catalog: Not Found

This should ideally be prefixed with some sort of information that the error is from the upstream conjur server and not puppet module itself.

Describe the solution you would like

Error: Failed to apply catalog: Conjur server error: Not Found

Describe alternatives you have considered

N/A

Additional context

N/A