Joachim Bauch
|
aaaf8cc743
|
Check version of cluster nodes and log warning if different.
|
2025-01-16 09:37:40 +01:00 |
|
Joachim Bauch
|
03cad99b8d
|
Switch to "github.com/stretchr/testify" for tests.
|
2024-09-03 13:50:52 +02:00 |
|
Joachim Bauch
|
4603b2b290
|
test: Make sure tests that change global state are not executed concurrently.
|
2024-05-14 16:51:20 +02:00 |
|
Joachim Bauch
|
0eb234b24d
|
Run tests in parallel and catch log output from tests.
|
2024-04-25 15:21:54 +02:00 |
|
Joachim Bauch
|
2ef9b39959
|
Update tests to wait for certificate / pool reload to happen before continuing.
|
2024-04-03 09:41:38 +02:00 |
|
Joachim Bauch
|
cc7625c544
|
Use new file watcher to detect changed files.
|
2024-04-02 17:18:54 +02:00 |
|
Joachim Bauch
|
8704bc3b5b
|
Make sure replaced files have different modification times.
Depending on filesystem time resolution, the modified certificates could
have the same timestamp in tests, causing the reload to fail.
|
2022-07-08 10:06:15 +02:00 |
|
Joachim Bauch
|
b2da4002a4
|
grpc: Reload certificate if file has changed and support mutual authentication.
|
2022-07-04 11:05:21 +02:00 |
|
Joachim Bauch
|
20cc51c2fe
|
grpc: Automatically detect if a target is the current server itself.
This allows configuring the same list of targets for all instances without
having to setup the "own" address differently for each server.
|
2022-06-30 11:35:35 +02:00 |
|
Joachim Bauch
|
25dabf910d
|
Allow configuring GRPC targets through etcd.
|
2022-06-30 11:35:32 +02:00 |
|