Unable to get item from vault
Hi,
I have setup connect using the operator and created the necessary json file and token using these procedures documented here:
https://support.1password.com/secrets-automation/
I then created a OnePasswordItem resource that looks like this:
apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: test-password
spec:
itemPath: "vaults/k8s/items/test-password"
The Token has access to the k8s vault and inside the vault there is single item (of type password) named "test-password".
No kubernetes secret is created. When I look at the logs of connect-sync I see this error (that probably is the cause):
{"log_message":"(E) Server: (unable to get credentials and initialize API, retrying in 8s), Wrapped: (failed to NewAPI), Authentication: (failed to SigninWithCredentials), Wrapped: (failed to auth.LookupAuth), Network: (failed to request.DoUnencrypted), Get \"https://my.ent.1password.com/api/v2/auth/
When I curl the URL I get back:
{"reason":"deprecated"}
What could be wrong here?
Thanks, Thomas
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
