mesaguy / ansible-prometheus

Ansible role for the management of Prometheus software and Prometheus exporters
https://galaxy.ansible.com/mesaguy/prometheus
MIT License
71 stars 31 forks source link

Fix prometheus and alertmanager config permissions #23

Closed urusha closed 4 years ago

urusha commented 4 years ago

Prometheus and alertmanager configs may contain sensible data (passwords, tokens) and should not be world-readable.

mesaguy commented 4 years ago

Thanks! I have accepted your changes and updated the tests accordingly. I also audited other configurations for loose permissions and fixed a few more cases.