We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
icinga2 pki save-cert was changed to use SHA256 digest with version 2.12.0 (see commit Icinga/icinga2@a91b9f2d#diff-6b6e5e369dd1e12a3d39c9fccfa7ee01R361).
icinga2 pki save-cert
Class icinga2::feature::api accepts attribute fingerprint in SHA1 and SHA256 format.
icinga2::feature::api
fingerprint
Class icinga2::feature::api requires attribute fingerprint to be in SHA1 format.
change RegEx in definition of type Icinga2::Fingerprint
Icinga2::Fingerprint
How could / should users be notified to update the fingerprint in their (presumably) Hiera data?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
icinga2 pki save-cert
was changed to use SHA256 digest with version 2.12.0 (see commit Icinga/icinga2@a91b9f2d#diff-6b6e5e369dd1e12a3d39c9fccfa7ee01R361).Expected Behavior
Class
icinga2::feature::api
accepts attributefingerprint
in SHA1 and SHA256 format.Current Behavior
Class
icinga2::feature::api
requires attributefingerprint
to be in SHA1 format.Possible Solution
change RegEx in definition of type
Icinga2::Fingerprint
Additional thoughts:
How could / should users be notified to update the fingerprint in their (presumably) Hiera data?
The text was updated successfully, but these errors were encountered: