[ https://issues.apache.org/jira/browse/GEODE-9198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338527#comment-17338527 ]
ASF subversion and git services commented on GEODE-9198: -------------------------------------------------------- Commit 7e1ed12414c5eb401ddb4cc9b4b8a6a3d1ae4dd5 in geode's branch refs/heads/develop from Aaron Lindsey [ https://gitbox.apache.org/repos/asf?p=geode.git;h=7e1ed12 ] GEODE-9198: Key/trust store watcher follows symlinks (#6380) GEODE-9017 introduced a file watching key/trust manager to automatically reload the key and trust store upon change. However, in the situation where the key/trust store files are represented by a symbolic links, the manager would not reload the store correctly. This commit changes the watcher to follow symbolic links. > Keystore/truststore file watcher does not follow symbolic links > --------------------------------------------------------------- > > Key: GEODE-9198 > URL: https://issues.apache.org/jira/browse/GEODE-9198 > Project: Geode > Issue Type: Bug > Reporter: Aaron Lindsey > Assignee: Aaron Lindsey > Priority: Major > Labels: pull-request-available > Fix For: 1.15.0 > > > GEODE-9017 introduced a file watching key/trust manager to automatically > reload the key and trust store upon change. However, the file watcher was > configured to not follow symbolic links. Some environments such as Kubernetes > use symbolic links to mount files inside a container file system. In cases > like this (where the key and trust store are represented using symbolic > links) the file watcher should follow these links and reload the key and > trust store when the underlying target file changes. -- This message was sent by Atlassian Jira (v8.3.4#803005)