[java-identity-provider] branch maint-4 updated: IDP-2056 Incorrect logging in V4Install

Rod Widdowson rdw at steadingsoftware.com
Fri Dec 16 13:54:17 UTC 2022


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch maint-4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=cce7c54a6ff4216df21c9fd34ae64f7e3274a413

The following commit(s) were added to refs/heads/maint-4 by this push:
     new cce7c54a6 IDP-2056 Incorrect logging in V4Install
cce7c54a6 is described below

commit cce7c54a6ff4216df21c9fd34ae64f7e3274a413
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 16 13:33:55 2022 +0000

    IDP-2056 Incorrect logging in V4Install
    
    https://shibboleth.atlassian.net/browse/IDP-2056
    
    Fix logging when we are creating the sealer (Do not pretent it is the backchanenel kesystore).
---
 .../src/main/java/net/shibboleth/idp/installer/V4Install.java          | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
index 5be1af2f0..9c3cca5ff 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
@@ -739,8 +739,7 @@ public class V4Install extends AbstractInitializableComponent {
                 generator.setVersionFile(versionFile.toFile());
                 generator.setKeyAlias(installerProps.getSealerAlias());
                 generator.setKeystorePassword(installerProps.getSealerPassword());
-                log.info("Creating backchannel keystore, CN = {} URI = {}, keySize={}",
-                        installerProps.getHostName(), installerProps.getSubjectAltName(),installerProps.getKeySize());
+                log.info("Creating Sealer KeyStore");
                 try {
                     generator.changeKey();
                 } catch (final Exception e) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list