Azure Daily 2023 by Patrik

GitHub Actions: OpenID Connect token now supports more claims for configuring granular cloud access

GitHub Actions: OpenID Connect token now supports more claims for configuring granular cloud access

OpenID Connect (OIDC) support in GitHub Actions enables secure cloud deployments using short-lived tokens that are automatically rotated for each deployment.
Each OIDC token includes standard claims like the audience, issuer, subject and many more custom claims that uniquely define the workflow job that generated the token. These claims can be used to define fine grained trust policies to control the access to specific cloud roles and resources.

These changes enable developers to define more advanced access policies using OpenID connect and do more secure cloud deployments at scale with GitHub Actions.

Source: GitHub Actions: OpenID Connect token now supports more claims for configuring granular cloud access

Comments

Leave a Comment

All fields are required. Your email address will not be published.