Skip to content
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

OIDC-based releases #904

Merged
merged 3 commits into from
Aug 21, 2024
Merged

OIDC-based releases #904

merged 3 commits into from
Aug 21, 2024

Conversation

JBWilkie
Copy link
Collaborator

Problem

Currently, we use static user credentials for PyPi to release new darwin-py versions. Ideally, static credentials should not be used

Solution

This PR adjusts the release process to authenticate with PyPi via OIDC, which uses short-lived tokens. This guide was followed: https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-pypi

Changelog

Removed the need for static credentials when publishing versions of darwin-py

Copy link

linear bot commented Aug 20, 2024

@JBWilkie JBWilkie force-pushed the PLA-1049-OIDC-releases branch 6 times, most recently from a112080 to 6425751 Compare August 21, 2024 10:04
@JBWilkie JBWilkie force-pushed the PLA-1049-OIDC-releases branch from 6425751 to ec1a524 Compare August 21, 2024 10:16
@JBWilkie JBWilkie merged commit cd86740 into master Aug 21, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants