Skip to content

Commit 0e5ea8f

Browse files
committed
Replace dummy passwords by placeholders
1 parent d8feb52 commit 0e5ea8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"password" : "dm4rcp455w0rd",
2+
"password" : "<ELASTIC PASSWORD>",
33
"roles" : [ "parsedmarc"],
44
"full_name" : "User for Ingesting DMARC information"
55
}

configuration/parsedmarc/parsedmarc.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ debug = false
77
[imap]
88
host = imap.example.com
99
user = postmaster@example.com
10-
password = v3rys3cr3tp455w0rd
10+
password = <IMAP PASSWORD>
1111
ssl = true
1212

1313
[mailbox]
@@ -16,6 +16,6 @@ reports_folder = Reports
1616
archive_folder = Processed
1717

1818
[elasticsearch]
19-
hosts = https://parsedmarc:dm4rcp455w0rd@parsedmarc-es-internal-http.parsedmarc.svc:9200
19+
hosts = https://parsedmarc:<ELASTIC PASSWORD>@parsedmarc-es-internal-http.parsedmarc.svc:9200
2020
cert_path = /etc/parsedmarc/ca/elastic_ca.crt
2121
ssl = True

0 commit comments

Comments
 (0)