Skip to content

Commit 72245f9

Browse files
committed
fix slack creds being exposed in alertmanager config
1 parent 9c2469f commit 72245f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/alertmanager/tasks/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
dest: "{{ alertmanager_config_file }}"
2727
owner: "{{ alertmanager_system_user }}"
2828
group: "{{ alertmanager_system_group }}"
29-
mode: u=rw,go=r # TODO: check there are no sensitive things in here!
29+
mode: u=rw,go=
3030
notify: Restart alertmanager
3131

3232
- meta: flush_handlers

0 commit comments

Comments
 (0)