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` (#14084) 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
f4d9c7f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:f4d9c7fe0edeb5fef91b6817febea9ffca73a8ac
Artifacts available https://github.com/Kong/kong/actions/runs/12687323181