Jan Delgado
Jan Delgado
#82 inspired this MR: Added a new `UpdateAndFinally` method that will update the effect like `Update` but will trigger the provided callback when the effect is finished. This allows e.g....
With this MR rabtap transforms messages recorded from the FireHose exchange, so these messages can be later replayed like the original messages.
If a [DLX](https://www.rabbitmq.com/dlx.html) is configured for an exchange, show it in the output of the `info` command. - [x] add output to text rendering - [x] add output to dot...
When mTLS is used, the set of valid CA certificates is initialized from the systems certificate pool: https://github.com/luraproject/lura/blob/1f33ebaccd6185a97eb98c424b62a18386329c11/transport/http/server/server.go#L145-L157 If my understanding is correct, these are the certificates stored in e.g....
IONOS provides API support to change DNS configuration which is supported by certbot. See https://developer.hosting.ionos.de/docs/dns and https://github.com/helgeerbe/certbot-dns-ionos This is more or less what was already tried with #2331, but with...