Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): set correct permissions for socket path when umask is set …
…to `0027` When umask is configured to `0027`, the newly created `kong_config.socket_path` directory inherits permissions `750`, which restricts access for worker processes. This commit ensures that the `socket_path` directory is explicitly set to permissions `755` using `chmod 755`, thereby preventing permission-related errors and allowing proper access for all necessary processes. Fix: [FTI-6298](https://konghq.atlassian.net/browse/FTI-6298) Signed-off-by: tzssangglass <[email protected]>
- Loading branch information