Stefan Hausotte

Results 78 comments of Stefan Hausotte

Prometheus metrics (or metrics at all) are on my mental to-do list, but not more a.t.m. I'll use this issue as a feature request to get it on the backlog....

Hi. Currently there is no option to add LDAP. I'll keep this issues as a feature for the future.

That's a cool idea and doesn't seem too much work. I'll look into it.

To support a webhook we need: - [ ] POST endpoint `/api/v1/webhook` to register a hook with `register` body - [ ] DELETE endpoint `/api/v1/webhook?id=x` to remove a webhook -...

The webhook API can be a first step to support a separate builder container, to keep the kellnr image small. If a new crate/version is uploaded, call a webhook to...

Adhere to the https://github.com/standard-webhooks/standard-webhooks/blob/main/spec/standard-webhooks.md where possible

Hi @vikulikov, for push that is already possible. Each crate as one or more owners, which are allowed to push new versions. Pull is allowed for every (authenticated) user. That...

Hi! I released a new version of kellnr 5.3.0-rc1. If you have time, it would be great if you could check if everything works as expected. If so, I can...

Hi, yes it's planned. When I built kellnr, I abstracted the storage as far as possible, such that a switch of the storage provider is possible. I used the same...