It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
4 years ago2.3.1 SSL Cert failed to update for SCIM URL
Hello community,
We went the Digital Ocean (DO) route and followed this guide: https://support.1password.com/scim-deploy-digitalocean/
The latest version in the DO marketplace is 2.3.1 even tho...
Former Member
4 years agoHi @KnowsNothing.
I can confirm that v2.4.1 of the SCIM bridge has been submitted to the DO app store. The new version should show as an available option once the DO team approves the release.
Given that this is for Digital Ocean it may be better to follow the steps using the interface provided through the dashboard. The following is an adapted version of our https://support.1password.com/scim-update/#digitalocean for Digital Ocean:
Access the Kubernetes Dashboard
- Visit the https://cloud.digitalocean.com/kubernetes/clusters
- Choose the cluster where the SCIM bridge is deployed
- Click "Kubernetes Dashboard"
Scale down the resources
- Select the
op-scim-bridge
namespace from the dropdown at the top of the screen - Select "Deployment" from the Workloads menu on the left
- Select
op-scim-bridge
under the Deployments - Select "Scale resource" from the top menu (looks like
...
) - Change "Desired replicas *" to
0
- Click "Scale"
- Select "Stateful Sets" from the Workloads menu on the left
- Select
op-scim-bridge-redis-master
under the Stateful Sets - Select "Scale resource" from the top menu (looks like
...
) - Change "Desired replicas *" to
0
- Click "Scale"
Wait a few seconds for the resources to be scaled down.
Scale the resources back up (reverse of previous steps)
- Ensure that you still have the
op-scim-bridge
namespace selected from the dropdown at the top of the screen - Select "Stateful Sets" from the Workloads menu on the left
- Select
op-scim-bridge-redis-master
under the Stateful Sets - Select "Scale resource" from the top menu (looks like
...
) - Change "Desired replicas *" to
1
- Click "Scale"
- Select "Deployment" from the Workloads menu on the left
- Select
op-scim-bridge
under the Deployments - Select "Scale resource" from the top menu (looks like
...
) - Change "Desired replicas *" to
1
- Click "Scale"
It may take a minute or two for the bridge to come back online and obtain a new certificate.
I hear you regarding expanding our support articles, but for the most part the bridge should "just work" after being set up and continue to obtain new certificates automatically. Unfortunately this wasn't the case in this instance. We will definitely be investigating why the certificate wasn't automatically renewed and continue to monitor the new releases.