Your Connect server hasn’t authenticated with 1Password yet
Hi team!
I deployed a Connect server in my Raspberry Pi to test the Kubernentes Operator using Helm Chart following your steps in the Development guide.
All pods are running healthy, and no errors have been found in the logs, but I still have the following message on the website "Your Connect server hasn’t authenticated with 1Password yet."
Some details about the configuration:
Account type: Family Organizer
$ helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
connect op-system 1 2023-03-16 22:09:51.205888 +0100 CET deployed connect-1.10.0 1.5.7
$ k get pods
NAME READY STATUS RESTARTS AGE
onepassword-connect-operator-576cf445c7-bl5tl 1/1 Running 0 29m
onepassword-connect-6544fc5865-p7xb8 2/2 Running 0 29m
Any suggestion to know where I have the error? or what I'm missing?