-
Notifications
You must be signed in to change notification settings - Fork 103
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
Config file perrmisions appear to be wrong #754
Comments
Thanks for flagging this @jpbelleau, I'm working on a fix for this now |
I have one done and working to open a PR. |
Thankyou. My proposed change is to simply revert #751 |
I have not sent a change to granted yet and have some setup to do. I found the 2 offending issues and no revert should be needed. |
No problems. I've just raised #755. If you are able to note the offending issues by dropping a comment on the PR that would be great. I am keen to revert here as it looks like the PR inadvertently changed some files from |
Added PR for the config folder fixes |
@jpbelleau this is now released in v0.34.1, thanks again for the report. The release binaries are now building and will be live in the next 10 minutes or so. I ended up merging my PR over yours because I wanted to shift the permissions back to Some context too on why #751 was implemented at all - @JoshuaWilkes noticed recently that that the |
It appears the file permissions for the Granted config directory, when created, are wrong. We saw the change in behavior with the 0.34 release. If fails when running
granted registry add ...
. Looking at #751, the wrong permissions were used for directory creation.The text was updated successfully, but these errors were encountered: