metalmatze / alertmanager-bot

[deprecated] Bot for Prometheus' Alertmanager
MIT License
658 stars 147 forks source link

Consul ACL support #172

Open rcny opened 3 years ago

rcny commented 3 years ago

Hello! Thanks for the nice project!

Just a small question. Does this bot support authn to Consul via ACL tokens? I've looked through the code, but haven't found anything related to it.

metalmatze commented 3 years ago

I'm not aware. Happy to take a look at PRs! :)

v-zhuravlev commented 3 years ago

I believe it should be implemented in libkv library: https://github.com/docker/libkv/pull/201, but not sure if it is maintained.