You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently provision a github-actions IAM user with an AWS access key for github to use when deploying HyP3 via GitHub Actions. The configure-aws-credentials action now recommends provisioning an IAM role and granting the Github OIDC provider permission to assume that role, rather than using an access key pair:
We currently provision a
github-actions
IAM user with an AWS access key for github to use when deploying HyP3 via GitHub Actions. Theconfigure-aws-credentials
action now recommends provisioning an IAM role and granting the Github OIDC provider permission to assume that role, rather than using an access key pair:https://github.com/aws-actions/configure-aws-credentials#usage
The text was updated successfully, but these errors were encountered: