laminas / laminas-modulemanager

Modular application system for laminas-mvc applications
https://docs.laminas.dev/laminas-modulemanager/
BSD 3-Clause "New" or "Revised" License
30 stars 18 forks source link

Add configCacheFileMode option #23

Open mougrim opened 3 years ago

mougrim commented 3 years ago
Q A
Documentation no
Bugfix no
BC Break no
New Feature yes
RFC no
QA no

Description

Tell us about why this change is necessary: Config file can contain some secret information, which should not be readible for all users in server. So I need to provide config file permission configCacheFileMode option, e.g. 0600.

Xerkus commented 2 years ago

This change needs tests to ensure file mode is picked up and applied properly.