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

Ensure broker.conf has permissions 0600 #262

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adombeck
Copy link
Contributor

@adombeck adombeck commented Dec 18, 2024

In previous versions, the broker.conf was created with mode 0666 - umask. This is not secure, because the file can contain sensitive information (like the client_secret), so we ensure that the mode is 0600.

@adombeck adombeck changed the title Ensure broker.conf has permissions 0700 Ensure broker.conf has permissions 0600 Dec 18, 2024
In previous versions, the broker.conf was created with mode 0666 - umask.
This is not secure, because the file can contain sensitive information
(like the client_secret), so we ensure that the mode is 0600.
@adombeck adombeck force-pushed the UDEN-5685-fix-permissions branch from 2639132 to 6116ba9 Compare December 18, 2024 20:43
@adombeck adombeck marked this pull request as ready for review December 18, 2024 20:48
@adombeck adombeck requested a review from a team as a code owner December 18, 2024 20:48
@adombeck adombeck requested a review from 3v1n0 December 18, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant