Skip to content

Commit

Permalink
add integration tests with testcontainers
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
matthyx committed Dec 12, 2023
1 parent 603c165 commit f1b92c3
Show file tree
Hide file tree
Showing 4 changed files with 485 additions and 30 deletions.
20 changes: 10 additions & 10 deletions configuration/server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"X-API-KEY": "X-API-KEY"
},
"headerToQueryParamMapping": {
"X-API-ACCOUNT": "customerGUID"
"X-API-ACCOUNT": "customerGUID"
}
},
"subscription": "subscription",
"topic": "synchronizer",
"subscription": "synchronizer-server",
"topic": "synchronizer-topic",
"pulsarConfig": {
"url": "pulsar://localhost:6650",
"tenant": "kubescape",
"namespace": "kubescape",
"adminUrl": "http://localhost:8081",
"clusters": [
"standalone"
],
"maxDeliveryAttempts": 2
"tenant": "armo",
"namespace": "event-sourcing",
"adminUrl": "http://localhost:8081",
"clusters": [
"standalone"
],
"maxDeliveryAttempts": 2
}
},
"resources": [
Expand Down
Loading

0 comments on commit f1b92c3

Please sign in to comment.