Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Fix an ownership issue when using an other user as root. #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lucasmaurice
Copy link

@lucasmaurice lucasmaurice commented Dec 22, 2020

Fix an issue (#5) breaking ownership in some case, preventing the service start.

The case breaking the ownership is when you use an other user as root for run cerebro.

Copy link
Owner

@mplachter mplachter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for the MR! I Really appreciate the support.

I added a few comments please review when you can, would love to get this merged :)

username: admin
password: 1234
cerebro_auth_basic:
username: justereseau
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets make the example in the readme more generic.

owner: "{{ cerebro_owner }}"
group: "{{ cerebro_group }}"
mode: 0755

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we would have to restart the service if the directory ownership changes might need another notify here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants