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

fix(build): update file permission of kong.logrotate #12629

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

tzssangglass
Copy link
Member

Summary

origin file permission of kong.logrotate is 664, but the correct file permission is 644, this PR update.

How to quick verify?

bazel build --verbose_failures --config release :kong_deb

cd bazel-bin/pkg

dpkg-deb -R kong.amd64.deb kong-deb/ 

ls -al kong-deb/etc/kong/kong.logrotate
-rw-r--r-- 1  kong-deb/etc/kong/kong.logrotate

Checklist

Issue reference

Fix: https://konghq.atlassian.net/browse/FTI-5756

origin file permission of kong.logrotate is 664, but the correct file permission is 644

Fix: https://konghq.atlassian.net/browse/FTI-5756
Signed-off-by: tzssangglass <[email protected]>
@tzssangglass tzssangglass marked this pull request as ready for review February 27, 2024 09:32
Signed-off-by: tzssangglass <[email protected]>
@windmgc windmgc merged commit 51f11a7 into Kong:master Feb 29, 2024
34 checks passed
tzssangglass added a commit to tzssangglass/kong that referenced this pull request Mar 1, 2024
origin file permission of kong.logrotate is 664, but the correct file permission is 644

Fix: https://konghq.atlassian.net/browse/FTI-5756

---------

Signed-off-by: tzssangglass <[email protected]>
tzssangglass added a commit to tzssangglass/kong that referenced this pull request Mar 1, 2024
origin file permission of kong.logrotate is 664, but the correct file permission is 644

Fix: https://konghq.atlassian.net/browse/FTI-5756

---------

Signed-off-by: tzssangglass <[email protected]>
tzssangglass added a commit to tzssangglass/kong that referenced this pull request Mar 4, 2024
origin file permission of kong.logrotate is 664, but the correct file permission is 644

Fix: https://konghq.atlassian.net/browse/FTI-5756

---------

Signed-off-by: tzssangglass <[email protected]>
tzssangglass added a commit to tzssangglass/kong that referenced this pull request Mar 4, 2024
origin file permission of kong.logrotate is 664, but the correct file permission is 644

Fix: https://konghq.atlassian.net/browse/FTI-5756

---------

Signed-off-by: tzssangglass <[email protected]>
windmgc pushed a commit that referenced this pull request Mar 5, 2024
origin file permission of kong.logrotate is 664, but the correct file permission is 644

Fix: https://konghq.atlassian.net/browse/FTI-5756

---------

Signed-off-by: tzssangglass <[email protected]>
windmgc pushed a commit that referenced this pull request Mar 5, 2024
origin file permission of kong.logrotate is 664, but the correct file permission is 644

Fix: https://konghq.atlassian.net/browse/FTI-5756

---------

Signed-off-by: tzssangglass <[email protected]>
flrgh pushed a commit that referenced this pull request Mar 5, 2024
origin file permission of kong.logrotate is 664, but the correct file permission is 644

Fix: https://konghq.atlassian.net/browse/FTI-5756

---------

Signed-off-by: tzssangglass <[email protected]>
@locao locao changed the title fix: update file permission of kong.logrotate fix(build): update file permission of kong.logrotate Apr 1, 2024
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.

3 participants