Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configCacheFileMode option #23

Open
wants to merge 1 commit into
base: 2.11.x
Choose a base branch
from

Conversation

mougrim
Copy link

@mougrim mougrim commented May 11, 2021

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.

  • Are you adding documentation?

    • No
  • Are you providing a QA improvement (additional tests, CS fixes, etc.) that
    does not change behavior?

    • I've added test for new option
  • Are you fixing a BC Break?

    • Threre is no BC Break
  • Are you adding something the library currently does not support?

    • Вescribed above
  • Are you refactoring code?

    • No

@mougrim mougrim marked this pull request as ready for review May 11, 2021 15:04
@mougrim mougrim force-pushed the add-config-cache-file-mode-option branch from 9eafb8d to fac2175 Compare May 11, 2021 15:28
@mougrim mougrim changed the base branch from 2.10.x to 2.11.x May 11, 2021 15:36
@Xerkus
Copy link
Member

Xerkus commented Oct 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants