Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect Health Check always fails on the first run #190

Open
mrclrchtr opened this issue Mar 27, 2024 · 0 comments
Open

Connect Health Check always fails on the first run #190

mrclrchtr opened this issue Mar 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mrclrchtr
Copy link

Your environment

Chart Version:
1.15.0

Helm Version:
v3.14.3

Kubernetes Version:
1.29

What happened?

Fail:

{
  "name": "1Password Connect API",
  "version": "1.7.2",
  "dependencies": [
    {
      "service": "sqlite",
      "status": "ACTIVE",
      "message": "Connected to /home/opuser/.op/data/1password.sqlite"
    },
    {
      "service": "account_data",
      "status": "NOT_SYNCED",
      "message": "Account data is not available because synchronization has not yet started"
    },
    {
      "service": "sync",
      "status": "TOKEN_NEEDED"
    },
    {
      "service": "1Password",
      "status": "UNINITIALIZED",
      "message": "Make a request with a valid bearer token to initialize"
    }
  ]
}

With the second apply it runs through successful.

What did you expect to happen?

The first apply runs successfully.

Steps to reproduce

Kustomization.yaml

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

helmCharts:
  - name: connect
    repo: https://1password.github.io/connect-helm-charts
    releaseName: onepassword-connect
    namespace: vault
    version: 1.15.0

Command:

kubectl kustomize . --enable-helm | kubectl apply -f -

Notes & Logs

After a while, it becomes successful on its own.

@mrclrchtr mrclrchtr added the bug Something isn't working label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant