In October we announced we'd added early access support for securely connecting Cloudsmith to your CI/CD with OpenID Connect. We are happy to announce that Cloudsmith's support for OIDC is now generally available for Velocity and Ultra customers.
Why does this matter to you?
CI/CD tools need access to cloud services to publish artifacts, deploy software, and access resources on their cloud provider. So, they need credentials. It's tempting to hard-code them. But long-lived, static credentials and tokens are one of the most common causes of data breaches in cloud environments, and put your pipeline at risk.
You can use Cloudsmith's support for OpenID Connect to enable short-lived authentication tokens, helping to secure your pipelines against the exposure of credentials. OIDC tokens are a more secure way to handle authentication than long-lived credentials, and they remove the need to store your credentials in your CI/CD platform.
Read our blog post to learn more about OIDC authentication and why it matters to you, and check out our documentation on the feature to start using it today.
Documentation: OpenID Connect (OIDC) overview