With thanos-io/thanos@6178fe8 Thanos changed from using crypto/md5 to using crypto/sha256, as crypto/md5 is flagged by some static code analyzers as insecure.
We should follow the same here, as otherwise the ThanosReceiveConfigInconsistent will always fire.
I can file an according PR.
With thanos-io/thanos@6178fe8 Thanos changed from using
crypto/md5to usingcrypto/sha256, ascrypto/md5is flagged by some static code analyzers as insecure.We should follow the same here, as otherwise the ThanosReceiveConfigInconsistent will always fire.
I can file an according PR.