[java-shib-shared] branch main updated: Tweak log msg.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 26 17:27:52 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=b0b23297ed255381bf10f34aa25aff191f59414f
The following commit(s) were added to refs/heads/main by this push:
new b0b23297 Tweak log msg.
b0b23297 is described below
commit b0b23297ed255381bf10f34aa25aff191f59414f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 26 13:27:49 2024 -0400
Tweak log msg.
---
.../net/shibboleth/shared/security/impl/BasicKeystoreKeyStrategy.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-security/src/main/java/net/shibboleth/shared/security/impl/BasicKeystoreKeyStrategy.java b/shib-security/src/main/java/net/shibboleth/shared/security/impl/BasicKeystoreKeyStrategy.java
index 9adfb02e..7f8aea78 100644
--- a/shib-security/src/main/java/net/shibboleth/shared/security/impl/BasicKeystoreKeyStrategy.java
+++ b/shib-security/src/main/java/net/shibboleth/shared/security/impl/BasicKeystoreKeyStrategy.java
@@ -358,7 +358,7 @@ public class BasicKeystoreKeyStrategy extends AbstractInitializableComponent imp
try {
final long lastModified = keyVersionResource.lastModified();
if (lastModified < Instant.now().minus(30, ChronoUnit.DAYS).toEpochMilli()) {
- log.warn("Keystore version resource unmodified in 30 days, consider rotating key");
+ log.warn("Keystore version resource unmodified in 30 days, consider rotating data sealer key");
}
} catch (final IOException e) {
log.debug("Unable to obtain keystore version resource modification time");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list