product · inferred from evidence
connect-helm-charts
A repository or project containing Helm charts for deploying 1Password Connect in Kubernetes.
- 1Password Connect op connect server create Couldn't issue the token can't grant access to the vault
This was a CLI bug, fixed in 1Password CLI v2.15.0. Upgrade the CLI to v2.15.0 or higher and `op connect server create` can issue the token. If you still hit it on a newer CLI, post your reproduction steps in the issue thread for the team t
- 1Password Connect GetFileContent panic need at least version 1.3.0 of Connect detected version 1.2.0 in 1.5.4
This was a Connect server bug in the File object content_path handling, fixed in v1.5.5. Upgrade the connect-api and connect-sync images to 1.5.5 or later and GetFileContent works again. If the error persists after upgrading, report the ver
- 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-
- 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. Upgrade both connect-api and connect-sync to 1.7.x. Source: https://github.com/1Pass