Closed vivekgsharma closed 2 months ago
Test is failing due to Risky file permission
due to this line create 0640 tenderdash adm
in the new added task , this permission might be necessary to access the log files. I can ignore this check after the review adding ignore lines in .ansible-lint
@vivekgsharma what is adm? can't it use 600?
@vivekgsharma what is adm? can't it use 600?
adm
is a system group, members of this group can read logs in various directories (/var/log). We can try 600
Reference for using 0640 https://serverfault.com/questions/694707/what-should-be-the-right-logs-permissions-for-nginx-on-centos
@ktechmidas changed to 0644 because most of the tasks are using this mode in the current setup. Ansible-lint checks have passed
Closed - role no longer in use
Issue Being Fixed or Feature Implemented
tenderdash_log_level
to "trace" in the Ansible variablesChanges Made
tenderdash_log_level
variable to "trace" in the ansible VaribalesHow Has This Been Tested?
Breaking Changes
No breaking changes introduced.
Checklist: