Thomas Maier

Results 17 comments of Thomas Maier

With https://github.com/tmsmr/xmpp-webhook/tree/overwrite_recipients we are able to pass the recipients (URL-encoded) on request-basis. E.g: ``` curl -X POST -d @dev/alertmanager-example.json "localhost:4321/alertmanager?recipients=recipient-b%40localhost%2Crecipient-c%40localhost" ``` What do you think?

Is this really a problem? Even with the default recipients from the ENV anyone would be able to spam / DoS them with the endpoints exposed (public, without authentication). The...

I think you misunderstood me. I'm not saying that there should be no form of authentication, i think it's feasible to facilitate a proxy for authentication (See https://github.com/tmsmr/xmpp-webhook/issues/22). Using unguessable...

Hey @harvald, seems like the XMPP-client is not able to connect to your server. Can you provide some details about the environment?

Can you provide the (anonymized) webhook configuration?

The use-case is for my personal project to be honest: https://github.com/tmsmr/RUC This is basically a minimal TCP-based protocol and a client lib which allows to draw in a "frame-buffer" on...