-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actions: Secure cloud deployments with Open ID Connect #249
Comments
github-product-roadmap
added
actions
Feature: GitHub Actions
all
Product SKU: All
code-to-cloud
ga
Feature phase: Generally available
labels
Sep 8, 2021
Sid-ah
added
preview
Feature phase: Preview
and removed
ga
Feature phase: Generally available
labels
Sep 9, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
Today, cloud deployments require developers to store cloud credentials as long-lived secrets in the GitHub secret store in their repository or organization. Going forward, GitHub Actions will support OpenID Connect (OIDC) for secure deploy to each cloud, which uses short-lived tokens that are automatically rotated for each deployment.
Intended Outcome
How will it work?
Example JWT token generated in a Job that references the GitHub environment “prod” :
The text was updated successfully, but these errors were encountered: