Silvan

Results 65 issues of Silvan

With postgres 18 it is no longer possible to have unlogged partitioned postgres tables. Zitadel uses them in the `cache`-schema. We need to rethink these tables before we document postgres...

storage

To create a session we need a bunch of commands. The obvious one is to create the session. Afterwards we need commands to implement all the checks and challenges. domain:...

Introduce functionality to set a secret for the machine, enhancing security and configuration management. closes https://github.com/zitadel/zitadel/issues/10218 closes https://github.com/zitadel/zitadel/issues/10224 closes https://github.com/zitadel/zitadel/issues/10225 closes https://github.com/zitadel/zitadel/issues/10209

As an outcome of [this issue](https://github.com/zitadel/zitadel/issues/9599) we want to implement relational tables in Zitadel. For that we use new tables as a successor of the current tables used by Zitadel...

backend
performance
storage

SetSessionCommand is more or less the same as CreateSessionCommand. It reuses most of the commands defined there. depends on https://github.com/zitadel/zitadel/issues/11035 api: - [ ] migrate v2 api

performance
service-layer