-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the Secret Type does not work with Operator v1.5.0 #105
Comments
I am also seeing in the Connect server logs errors like below. I also found the GitHub issue which appears to also be seeing similar issues to what I am experiencing with the error mentioned here and above ("Please update your Connect server"): 1Password/connect#40
|
Hi, according to 1Password/connect#40 this issue should be solved with connect v1.5.5 need at least version 1.3.0 of Connect for this function, detected version 1.2.0 (or earlier). Please update your Connect server in the operator logs In our case, we are using no type: apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: ichor-177-logs-ux-imp
spec:
itemPath: "vaults/<edited>/items/<edited>"
Prexisting secrets are still fine (even though they also have the warning) but new ones do not get created. |
Nevermind, it seems the above genuinely solved the issue |
Heey @remidebette, Glad to hear that the latest version of Helm Charts solved your problem. |
Your environment
Chart Version: 1.8.0
Helm Version: 3
Kubernetes Version: v1.22.6
What happened?
I upgraded 1Password Helm chart revision since this recently released: #103
Docker images:
1password/connect-api:1.5.4
1password/connect-sync:1.5.4
1password/onepassword-operator:1.5.0
I managed to upgrade 1Password Helm chart from revision 1.7.1 to 1.8.0. So, I upgraded to Connect Server 1.5.4 and Operator 1.5.0 that recently released. I am using ArgoCD App template + Helm source like below.
However, I am getting the error from the operator when trying to take advantage of the new
type
feature and doing type:kubernetes.io/dockerconfigjson
in order to deploy a GHCR token like the example below. I already tried redeploying 1Password and the same issue occurs.Error when trying to create a OnePasswordItem with a new Secret type:
What did you expect to happen?
1Password Operator creates the secret containing the GHCR token. As mentioned above, I upgraded to 1Password Connect Server to 1.5.4 and Operator to 1.5.0 using the latest chart revision 1.8.0.
Steps to reproduce
OnePasswordItem
withtype: kubernetes.io/dockerconfigjson
Notes & Logs
The text was updated successfully, but these errors were encountered: