-
Notifications
You must be signed in to change notification settings - Fork 71
make ocf-create.conf readable only by root #1217
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
base: master
Are you sure you want to change the base?
Conversation
Errored hosts (1)Changed hosts (1)Unaffected hosts (76)Errored hostserror for tornado.ocf.berkeley.edu
Changed hostsdiff for supernova.ocf.berkeley.edu*******************************************
File[/etc/ocf-create/ocf-create.conf] =>
parameters =>
group =>
- ocfstaff
+ ocfroot
******************************************* Unaffected hosts
|
'/etc/ocf-create/ocf-create.conf': | ||
group => ocfstaff, | ||
group => ocfroot, |
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.
approve
still needs the file to read the celery connection info; did you intend for approve
to become root-only?
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.
Also, it seems the proper solution for this is to separate out celery.broker
and celery.backend
to a separate config file... is it worth the effort at this point when we're planning to redo secrets management for create when it gets moved into newk8s?
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.
I think approve is mostly used by rootstaff anyway, so this is probably a good idea?
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.
If you're going to make approve root-only, don't forget to update the docs. I can think of https://www.ocf.berkeley.edu/docs/staff/scripts/approve/ and https://www.ocf.berkeley.edu/docs/staff/powers/ as pages that mention this.
Errored hosts (6)Changed hosts (1)Unaffected hosts (67)WARNING: Output is too long for a comment, posted to a gist instead: https://gist.github.com/ocfbot/2b5d9b7512fe0bc5f2ea697113858021 |
No description provided.