mitom

Results 9 issues of mitom

With the introduction of python monitors it has become necessary to restart the agent once the monitors change, as the changes are not detected otherwise. Currently this does not seem...

### Summary: This is a duplicate of #383 with an extended scope. The issues was closed with inactivity without resolution. If the beat is stopped or a cron scheduled task...

When trying to use the cookbook on a database where the `user` is non-existent on the instance running this, it runs into errors due to trying to [run some commands...

Posting `{}` to `/user` results in a successful registration. Same with posting password-less, username-less or email-less registration in any combination. They produce broken users entries. What is the expected behaviour...

bug
question

I believe this fixes one part of the issue in #115 and maybe helps #113 a bit as well, not sure if it entirely closes either but maybe one step...

I believe this is related to #113 If a retry gets an errorous response, it looks like it just gives up entirely without continuing even if there are more attempts...

duplicate

> Duplicated: > * https://github.com/cert-manager/cert-manager/issues/5486 > * https://github.com/cert-manager/cert-manager/issues/6308 > * https://github.com/cert-manager/cert-manager/issues/4061 **Describe the bug**: When a certificate is requested with DNS verification against a domain that cert-manager can't edit (and...

kind/bug
priority/important-soon
lifecycle/rotten
area/acme/dns01

Is there a reason why the caster uses a cache? To me it seems like the overhead of keeping a cache plus the lookups, reading and writing is actually a...

How would you go about caching while using this? The express middleware supports both plugins and has before and after calls to do any caching (or whatever else) necessary. I...