Markus Holtermann

Results 23 issues of Markus Holtermann

The contribution guide says, one should run `poetry install`, `poetry shell` and then `invoke setup`. However, the last command fails on Python 3.11 ```python Traceback (most recent call last): File...

bug
enhancement

This is a feature request that stems from #60. ### Feature request As a developer, I want to know if users went through an MFA process and possibly restrict access...

enhancement

This is a feature request that stems from https://github.com/justinmayer/kagi/issues/60. ### Feature request As a developer, I'd like to ensure a specific view is only accessible when the user went through...

enhancement

This is a feature request that stems from #60. ### Feature request As a developer, I want to ensure that views under some URL path are protected with multi-factor authentication....

enhancement

The current `kagi/templates/kagi/base.html` contains the following content: ```html window.Kagi = window.Kagi || {}; Kagi.begin_activate = '{% url 'kagi:begin-activate' %}'; Kagi.begin_assertion = '{% url 'kagi:begin-assertion' %}'; Kagi.verify_credential_info = '{% url 'kagi:verify-credential-info'...

enhancement

Right now, a TOTP device does not have a name. With multiple devices per user, it can easily be confusing when listing them, to decide, which one to delete. We...

enhancement

The de-factor monitoring in Kubernetes works through [Prometheus](https://prometheus.io/). The CrateDB Kubernetes Operator should collect its own metrics and expose them for Prometheus. For the beginning, it would be nice to...

enhancement

Unlike minor and patch releases, major releases of CrateDB require a full cluster restart. https://crate.io/docs/crate/howtos/en/latest/admin/full-restart-upgrade.html The process for that would be something like this: 1. Scale down all StatefulSets of...

enhancement

While the code provides the full [CustomResourceDefinition](https://github.com/crate/crate-operator/blob/master/deploy/crd.yaml) the documentation is lacking clear examples of what is possible and what not. E.g. a very simple custom resource with only the required...

documentation
good first issue

The operator is still in its early stages. It would be helpful to have a list of features that the operator does as well as a list of features that...

documentation