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

github: Use IAM Roles to push files on AWS S3 #45

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Conversation

alessio-perugini
Copy link
Contributor

@alessio-perugini alessio-perugini commented Dec 12, 2024

For security reasons long lived credentials are not considered secure.
To overcome this issue we can configure Github Workflows to use AWS OpenID Connect instead:
For further details: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect

I'm unable to this this as it seems it tries to authenticate with my user which seems to not have the perms to read from the container registry

For security reasons long lived credentials are not considered secure.
To overcome this issue we can configure Github Workflows to use AWS OpenID Connect instead:
For further details: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect
@alessio-perugini alessio-perugini self-assigned this Dec 13, 2024
@alessio-perugini alessio-perugini marked this pull request as ready for review December 13, 2024 12:50
@alessio-perugini alessio-perugini merged commit e21fd39 into master Dec 13, 2024
41 of 49 checks passed
@alessio-perugini alessio-perugini deleted the iam-roles branch December 13, 2024 14:58
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