domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
962 stars 210 forks source link

Add Transport Authentication #439

Closed orbitroom closed 4 months ago

orbitroom commented 8 months ago

I recently setup my TLS certificates and I was receiving a 401 error. This was due to the username and password being required to authenticate.

I followed this guide but using the file located in my venv folder and it fixed my issue.

https://rootkey.tistory.com/113

AnaelMobilia commented 7 months ago

@orbitroom parsedmarc manage the authentication, but the doc looks like having an issue.

You can add on you config file :

[elasticsearch]
...
user = xxx
password = xxx

@seanthegeek on 3d0f7c8 (7.0.0 release) you removed from the doc 3 fields for elasticsearch : user, password and timeout .

These fields are still parsed on cli.py .

I think we can add again the 3 fields on the documentation (I can made the PR if you want). Your opinion ?

Bests regards, Anael