Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  puppet
  puppet_x

Latest revisions

# Date Author Comment
b9667a02 04/25/2024 08:48 AM Evgeni Golov

Fixes #37384 - properly pass fips=false when checking keystore

In a FIPS-enabled environment, calling `keytool -list` with a wrong
password doesn't yield an error, unless we also pass `fips=false` like
we do when creating the keystore:

  1. keytool -list -keystore ./store -storepass wrong-password...
5cb07de5 03/20/2024 11:44 PM Eric Helms

Remove all qpid related certificate handling

e89753ce 11/08/2023 12:07 PM Ewoud Kohl van Wijngaarden

Fix Lint/DeprecatedClassMethods

Result of:

rubocop --autocorrect --only Lint/DeprecatedClassMethods
2f2b74d9 11/08/2023 12:07 PM Ewoud Kohl van Wijngaarden

Fix Lint/NonAtomicFileOperation

Result of:

rubocop --autocorrect-all --only Lint/NonAtomicFileOperation

This also fixes some deprecated uses of File.exists?

b0451d19 10/05/2023 05:07 PM Ewoud Kohl van Wijngaarden

Handle more unknown password errors

When using keytool on a truststore the error is different than on a
keystore.

Fixes: 6fea0bbb4143ca439cff01bf9f0e54cf88140d10 ("Support changing passwords on keystores & truststores")

6fea0bbb 10/04/2023 05:36 PM Ewoud Kohl van Wijngaarden

Support changing passwords on keystores & truststores

Opening the store when checking if it exists will raise an exception if
the password is incorrect. This takes an approach of catching all
exceptions and treating them all the same.

3419d96a 09/26/2023 03:23 PM Ewoud Kohl van Wijngaarden

Set required params and autorequire

Some fields are always required and things break if they are not set.
It's also possible to automatically require the password files which
gives a better guarantee that things are executed in the correct order.

7242612e 09/22/2023 08:46 PM Ewoud Kohl van Wijngaarden

Remove unused full_path method

8e24fd5d 06/02/2023 04:07 AM Andrew Teixeira

Fix bad requires and old Puppet_X notation

052a83da 05/03/2022 03:47 PM Eric Helms

Fixes #34860: Ensure nssdb private key changes when certificate changes

View revisions

Also available in: Atom