View entire changelog

OIDC tokens in jobs

What’s New

CircleCI now generates OIDC tokens in jobs that use a context. This feature enables you to securely assume a role within a third party service that supports OIDC, while removing the need to store long-lived static secrets in CircleCI when you want to connect to things like Vault, GCP, AWS, and other services.

For more information about this update, please refer to the following CircleCI OIDC documentation.

Previous changes