connect icon indicating copy to clipboard operation
connect copied to clipboard

(W) Server: (failed to GetFileWithUUID), attempting to decrypt message with KID xxx using KID yyy, client used wrong Key

Open NotABugItsAFeature opened this issue 5 months ago • 0 comments

Using 1password-connect server/operator in kubernetes together with ArgoCD. ArgoCD reports the onepassworditem as Degraded. This is due to the status field showing:

status: conditions: - lastTransitionTime: '2024-09-10T04:01:02Z' message: 'Failed to retrieve item: status 500: Something went wrong' status: 'False' type: Ready

In the 1password connect server I see this message:

{"log_message":"(W) Server: (failed to GetFileWithUUID), attempting to decrypt message with KID xxx using KID yyy, client used wrong Key","timestamp":"2024-09-22T06:48:32.7312939Z","level":2,"scope":{"request_id":"xxx","jti":"yyy"}}

This issue was already mentioned here: https://github.com/1Password/connect-sdk-go/issues/47

The item has been created 4 months ago so quite recent. The secret is properly generated and in sync in ArgoCD.

NotABugItsAFeature avatar Sep 23 '24 07:09 NotABugItsAFeature