-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix api daemon to run under non root user #333
Fix api daemon to run under non root user #333
Conversation
tendrl-bug-id: Tendrl#115 Signed-off-by: Timothy Asir J <[email protected]>
@brainfunked , @anivargi , @r0h4n , @nthomas-redhat , @shtripat , Please review |
@anivargi @TimothyAsirJeyasing Hold on with merging this, Is @mbukatov (tendrl-ansible) aware of these changes |
%global app_group %{name} | ||
%global app_user %{name} | ||
%global install_dir %{_datadir}/%{name} | ||
%global config_dir %{_sysconfdir}/tendrl |
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.
@anivargi Isnt the config dir /etc/tendrl/api instead of /etc/tendrl ?
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.
@r0h4n The config dir is correct and it was the same before, the api looks at /etc/tendrl/etc.yml
@TimothyAsir please resolve merge conflicts |
tendrl-bug-id: #115
Signed-off-by: Timothy Asir J [email protected]