Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
2 years agoconnect server failed to retrieve credentials
I am working on setting up connect server and deployed it in minikube with the provided instructions but I see the below error in the logs for connect sync container in the pod. Can someone please he...
Former Member
2 years agoTake a look at this post here: https://1password.community/discussion/131378/loadlocalauthv2-failed-to-credentialsdatafrombase64
It looks like onepassword-connect expects to base64 decode the secret after it's retrieved from K8s. So I've had to base64 encode them prior to committing them.