Tim Möhlmann
4eaa3163b6
feat(storage): generic cache interface ( #8628 )
...
# Which Problems Are Solved
We identified the need of caching.
Currently we have a number of places where we use different ways of
caching, like go maps or LRU.
We might also want shared chaches in the future, like Redis-based or in
special SQL tables.
# How the Problems Are Solved
Define a generic Cache interface which allows different implementations.
- A noop implementation is provided and enabled as.
- An implementation using go maps is provided
- disabled in defaults.yaml
- enabled in integration tests
- Authz middleware instance objects are cached using the interface.
# Additional Changes
- Enabled integration test command raceflag
- Fix a race condition in the limits integration test client
- Fix a number of flaky integration tests. (Because zitadel is super
fast now!) 🎸 🚀
# Additional Context
Related to https://github.com/zitadel/zitadel/issues/8648
2024-09-25 21:40:21 +02:00
..
2024-03-14 09:56:23 +00:00
2023-12-08 15:30:55 +01:00
2024-04-05 09:35:49 +00:00
2024-04-05 09:35:49 +00:00
2023-07-06 08:38:13 +02:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-10-19 12:19:10 +02:00
2024-02-22 17:25:47 +00:00
2024-02-22 17:25:47 +00:00
2024-09-11 08:24:00 +00:00
2023-12-08 15:30:55 +01:00
2024-04-03 10:43:43 +00:00
2024-05-16 07:07:56 +02:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-09-25 21:40:21 +02:00
2024-07-05 09:36:00 +02:00
2024-07-03 15:00:56 +00:00
2023-12-08 15:30:55 +01:00
2024-05-04 11:55:57 +02:00
2024-05-04 11:55:57 +02:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-05-23 05:04:07 +00:00
2024-05-23 05:04:07 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 18:22:07 +01:00
2023-12-08 18:22:07 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-03-05 16:12:49 +01:00
2024-09-04 10:14:50 +00:00
2024-03-08 07:52:59 +00:00
2024-01-08 15:26:30 +00:00
2023-12-08 15:30:55 +01:00
2024-07-31 18:00:38 +03:00
2024-07-31 18:00:38 +03:00
2023-12-08 15:30:55 +01:00
2024-08-14 14:18:14 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-02-22 17:25:47 +00:00
2024-02-22 17:25:47 +00:00
2024-04-10 09:14:55 +00:00
2024-04-10 09:14:55 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-01-25 17:28:20 +01:00
2023-11-20 17:21:08 +02:00
2024-02-22 17:25:47 +00:00
2024-09-11 10:53:55 +00:00
2024-06-12 06:49:14 +02:00
2024-06-12 06:49:14 +02:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-03-08 07:52:59 +00:00
2024-01-08 15:26:30 +00:00
2024-02-22 17:25:47 +00:00
2024-02-22 17:25:47 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-05-13 16:01:50 +02:00
2024-05-13 16:01:50 +02:00
2024-03-08 07:52:59 +00:00
2024-03-08 07:52:59 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-03-08 07:52:59 +00:00
2024-01-08 15:26:30 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-09-11 08:24:00 +00:00
2024-03-27 15:48:22 +02:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-06 10:30:56 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-02-28 10:21:11 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-09-06 13:11:36 +00:00
2024-09-06 13:11:36 +00:00
2024-09-13 13:22:25 +00:00
2024-09-13 13:22:25 +00:00
2024-02-28 10:55:54 +02:00
2024-05-24 13:32:57 +02:00
2024-05-04 11:55:57 +02:00
2024-08-12 22:32:01 +02:00
2024-02-22 17:25:47 +00:00
2024-02-22 17:25:47 +00:00
2024-03-21 10:31:06 +00:00
2024-03-21 10:31:06 +00:00
2024-02-22 17:25:47 +00:00
2024-02-22 17:25:47 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-08-28 19:46:45 +00:00
2024-08-28 19:46:45 +00:00
2024-06-18 11:27:44 +00:00
2024-06-18 11:27:44 +00:00
2024-08-16 11:41:09 +00:00