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

Bug: secrets do not apply custom Unix permissions #41

Open
paulmiro opened this issue May 10, 2024 · 1 comment · May be fixed by #42
Open

Bug: secrets do not apply custom Unix permissions #41

paulmiro opened this issue May 10, 2024 · 1 comment · May be fixed by #42

Comments

@paulmiro
Copy link

When deploying secrets, the resulting file always has the default 0400 permissions, even when lollypops.secrets.files.<name>.mode is set to another value (for example 0440).

It also does not throw an error when the option is set to a value that should be invalid

@pinpox pinpox linked a pull request May 11, 2024 that will close this issue
@pinpox
Copy link
Owner

pinpox commented May 11, 2024

@paulmiro You are right! The change of mode seems to have been lost on some merge, sorry. I added a WIP PR that should fix this, feel free to test and give me some feedback. I'll get around to testing later this week otherwise

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 a pull request may close this issue.

2 participants