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 agoOur SSL has expired on us AGAIN
Seems to be an issue with Let's Encrypt auto updating the R3 SSL for our DO instance of SCIM. How do we troubleshoot this? When this happened in the past we needed to delete and re-deploy.
Also ...
Former Member
2 years agoTry this:
Here are the instructions on how to update your SCIM bridge in DigitalOcean.
Log into DigitalOcean.
Click Kubernetes.
Click on your Kubernetes Cluster.
Click Kubernetes Dashboard.
Click Deployments.
Click on your SCIM bridge.
Click the Pencil at the top right to edit.
At approximately line 232, you should see the following:
containers:
- name: op-scim-bridge
image: 1password/scim:v2.7.4 (or whichever version you're on right now)
command:
Change this to 2.8.1
Click Update.