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

Raise better error when authn_api_key is not wrapped in `Sensitive()` #233

Closed sgnn7 closed 3 years ago

sgnn7 commented 3 years ago

Since we require that the API key be of a Sensitive() type and we did not have a good error message when the user provided us a value of a different type, we now show a friendlier message early as to what is wrong with the passed parameter.

What ticket does this PR close?

Connected to #232

Checklists

Change log

Test coverage

Documentation