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
3 years agoUnable to update to latest scim bridge (Google platform)
Hi,
I was planning on upgrading our scim bridge to the latest 2.6.2 version but when running
kubectl set image deploy/op-scim-bridge-1 op-scim-bridge-1=1password/scim:v2.6.2
I only get "Error...
hemal_g_1p
1Password Team
3 years agoHi @matsmalmsten ,
I'm sorry to hear you're not able to upgrade. Happy to help.
This error can happen if your App instance name was changed from the default "op-scim-bridge-1" used in the 1Password SCIM bridge Marketplace app or a custom deployment was used.
To identify whats going wrong there, Can you please run following commands:
1. "kubectl get pods -A" , This command will give better information of the health of your SCIM bridge pod.
2. "kubectl get deployments" , This will determine the name of your Kubernetes deployment so that you can set the deployment image on the correct deployment.
3. Finally, copy that full deployment name and paste it into the below command replacing the text that says "your-op-scim-deployment"
"kubectl set image deploy/your-op-scim-deployment op-scim-bridge-1=1password/scim:v2.x.x"
After that you should be able to navigate to your SCIM bridge URL, it should be accessible and running version 2.6.2.
Feel free to write in again if you have any further questions.