WrenIX

Results 184 comments of WrenIX

any news @oren0e or @SergioBenitez or newer state of work? maybe i would like to take a look

I write this script for an cronjob: ``` # delete old data really delete from oc_deck_boards where deleted_at > 0; delete from oc_deck_stacks where deleted_at > 0; delete from oc_deck_cards...

That is just the sql - run with `psql -c '...'` or `psql -f file.sql`

For support multiple Addresses (e.g. ipv4 and ipv6), ingressEndpoint should be an array: ```yaml providers: kubernetesIngress: ingressEndpoint: - ip: 10.20.30.40 - ip: 2a01:4f8::1 ```

Hmm, for "storage" it is clear - beside sqlite a postgresql support is needed - so no PV is needed. Afterwards, a easy configuration ala the file provisioner in grafana...

@Firstyear hmm, okay, so kanidm would never be scaleable? :( @yaleman it depends on your server setup - a cockroach as example (for an HA postgresql) - has an statefulset...

Then current setup option of repl is to static, to work well in k8s. But maybe the Proposel of an coordinator could solve it (#2492): https://kanidm.github.io/kanidm/master/developers/designs/replication_coord.html My idea to simplify...

@tsmethurst have your seen this? (maybe this issues was overseen, i created multiple issues at the same time)

are there plans to switch to openMLS ? It would be nice, to have that everywhere: https://arewemlsyet.com/