- name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: arn:aws:iam::123456789100:role/my-github-actions-role aws-region: us-east-2 This will cause the action to perform an AssumeRoleWithWebIdentity call and return temporary security credentials for...
To use GitHub's OIDC provider, you must first set up federation with the provider as an IAM IdP. The GitHub OIDC provider only needs to be created once per account (i.e. multiple IAM Roles that can be assumed by the GitHub's OIDC can share a single OIDC Provider). Here is a sam...
In Azure Databricks, link your GitHub account on the User Settings page:In the upper-right corner of any page, click your username, then select Settings. Click the Linked accounts tab. Change your provider to GitHub, select Link Git account, and click Link. The Databricks GitHub App ...
I’ve checked the thumbprint and it’s correctly set, would this be an issue with GitHub, are there any known issues at the moment? 👍 105 Copy link Author jamesbrooks94 commented Jan 13, 2022 Additionally (this may be completely unrelated, if so I will open a new issue) interm...
GitHub Action to login against a Docker registry. Contribute to docker/login-action development by creating an account on GitHub.
jobs: myrepo-test: runs-on: ubuntu-latest steps: - name: Configure credentials uses: aws-actions/configure-aws-credentials@v2 with: aws-region: us-east-1 role-to-assume: arn:aws:iam::000000000000:role/github-s3-test role-session-name: GithubActionDeployment Role trusted entities in AWS: ...
avalanchego/.github/workflows/build-public-ami.yml Lines 50 to 55 in 8974ed8 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.MARKETPLACE_ID }} aws-secret-access-key: ${{ secrets.MARKETPLACE_KEY }} aws-reg...
Tested in the Terraform repo: https://github.com/fsa-streamotion/foxtel-terraform/pull/203 There are warnings due to AWS SDK v2 going away, upstream is aware of it: aws-actions#680 Sorry, something went wrong. BenSNews requested review from a team, Jyoti690saini, shanemacphillamy, pravee...
github-project-automation bot added this to PyTorch on ROCm Dec 3, 2024 jithunnair-amd changed the title inductor-rocm workflows failing in "configure aws credentials" step inductor-rocm workflows failing in "configure aws credentials" step (OIDC) Dec 3, 2024 jithunnair-amd assigned atalman...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development No branches or pull requests 14 participants Footer...