theforeman / puppet-katello

Puppet module for setting Katello specific configuration. Also includes provider for manipulating with Katello resources.
GNU General Public License v3.0
14 stars 48 forks source link

Pass secrets as sensitive data types to katello/candlepin #493

Open ekohl opened 4 months ago

ekohl commented 4 months ago

katello/candlepin 12.2.0 introduced support for Sensitive and this utilizes it. This allows Puppet to better avoid logging passwords.

ekohl commented 4 months ago

@cocker-cc I think this replaces https://github.com/theforeman/puppet-katello/pull/436 and goes a step further. Would you mind taking a look?