You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by "Zhang Dongsheng (Jira)" <ji...@apache.org> on 2022/04/29 05:34:00 UTC

[jira] [Created] (PULSAR-18) RocksdbMetadataStore set wrong permission for path

Zhang Dongsheng created PULSAR-18:
-------------------------------------

             Summary: RocksdbMetadataStore set wrong permission for path
                 Key: PULSAR-18
                 URL: https://issues.apache.org/jira/browse/PULSAR-18
             Project: Pulsar
          Issue Type: Bug
            Reporter: Zhang Dongsheng


While RocksdbMetadataStore init , it will create directory from dataPath use Files.createDirectories(dataPath); this path create with too loose that any one can read file in this directory.This may cause everyone can read logs, perhaps strict permission is more safe.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)