service · inferred from evidence
1Password Connect
A hosted service for accessing 1Password data programmatically.
- 1Password Connect 400 Invalid Item UUID errors in connect-api logs
This was fixed in Connect 1.7. Users who upgraded from 1.5.6 to 1.7.2 reported the errors were gone, and the maintainers closed the issue as fixed in 1.7.
- 1Password Connect 400 Invalid Item UUID errors in connect-api logs
connect-api logs fill with "(E) 400: Invalid Item UUID" errors when running connect-api 1.5.6 / connect-sync 1.5.6 alongside the onePassword operator 1.5.0. Syncing appears affected. Fix: This was fixed in Connect 1.7.
- 1Password Connect: GetFileContent fails with "need at least version 1.3.0" on Connect 1.5.4
GetFileContent from the 1Password Connect Go SDK errors out claiming it detected Connect 1.2.0 even though the server is 1.5.4. It is a server-side regression fixed in 1.5.5, not a version mismatch on your side.
- 1Password Connect JWT token is invalid base64 LoadLocalAuthV2 failed to credentialsDataFromBase64
The credentials JSON must be base64-encoded exactly once into the Kubernetes secret, with no trailing newline. Two common mistakes cause this error: mounting the raw 1password-credentials.json as text without encoding it at all, and double-