Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
4 years agoinvalid token for credentials file 500: Internal Server Error
Hi I configured my secret with base64 file as mentioned in the article here:
https://github.com/1password/onepassword-operator
The connect-sync is working well as in the log below:
{"log_mess...
Former Member
4 years agoHi there.
I find out a workround using this command below.
kubectl create secret generic op-credentials --from-file=1password-credentials.json -n op-connect
But I have no solution to configure the secret in my yaml file:
apiVersion: v1
kind: Secret
metadata:
name: op-credentials
namespace: op-connect
labels:
security: generic
type: Opaque
stringData:
1password-credentials.json: |
"blablablablalbalba"