connect server failed to retrieve credentials
naveenronin
Community Member
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 help with this? I dep
{"log_message":"(I) ### syncer credentials bootstrap ### ","timestamp":"2023-10-10T19:16:33.188884254Z","level":3} {"log_message":"(E) Server: (unable to get credentials and initialize API, retrying in 500ms), Wrapped: (failed to FindCredentialsUniqueKey), failed to loadCredentialsFile: Server: (LoadLocalAuthV2 failed to credentialsDataFromBase64), illegal base64 data at input byte 0","timestamp":"2023-10-10T19:16:33.188936421Z","level":1} {"log_message":"(I) ### syncer credentials bootstrap ### ","timestamp":"2023-10-10T19:16:33.691275671Z","level":3} {"log_message":"(E) Server: (unable to get credentials and initialize API, retrying in 1s), Wrapped: (failed to FindCredentialsUniqueKey), failed to loadCredentialsFile: Server: (LoadLocalAuthV2 failed to credentialsDataFromBase64), illegal base64 data at input byte 0","timestamp":"2023-10-10T19:16:33.69138238Z","level":1} {"log_message":"(I) ### syncer credentials bootstrap ### ","timestamp":"2023-10-10T19:16:34.694780047Z","level":3}
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: macOs 14.0
Browser: Not Provided
0
Comments
-
Take 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.
0
This discussion has been closed.