Skip to content

Commit b54a6bc

Browse files
Ignore lukka validator acs commitment mismatches (#1346)
Related to DACH-NY/canton-network-internal#803 (comment) it seems like their restore from key caused some issues and they are now spamming our logs. Will ping them to see what they want to do. [static] Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
1 parent e4bf2b4 commit b54a6bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/pulumi/infra/src/gcpAlerts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ ${conditionalString(
124124
AND (
125125
jsonPayload.remote=~"sender = PAR::tw-cn-mainnet-participant-1::1220bc64ba15"
126126
OR jsonPayload.remote=~"sender = PAR::northisland-prod1::12204ef1928f"
127+
OR jsonPayload.remote=~"sender = PAR::Lukka-Inc-prod-2::1220728cfb80"
127128
)
128129
AND timestamp <= "2025-07-14T00:00:00.000Z")
129130
`

0 commit comments

Comments
 (0)