enix / hpmsa_exporter

Prometheus exporter for HP MSA storage SAN
https://enix.io
MIT License
23 stars 13 forks source link

#4 fixed hashing method #6

Closed mevinod closed 1 year ago

mevinod commented 1 year ago

Currently msa is using sha256 for hashing the username and password. If you're having md5, it gives authentication 401 error. Refer: https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00017709en_us (Page 15)

lcaflc commented 1 year ago

This is fixed in latest 1.1.0 version.

I've validated on system I got and this is fine. Thanks.