{"id":13432882,"url":"https://github.com/nordcloud/aws-assume-role","last_synced_at":"2025-04-14T14:31:09.920Z","repository":{"id":54666319,"uuid":"225215709","full_name":"nordcloud/aws-assume-role","owner":"nordcloud","description":"GitHub action to assume subsequent AWS roles","archived":false,"fork":false,"pushed_at":"2022-08-23T09:41:15.000Z","size":31,"stargazers_count":23,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-19T16:03:16.100Z","etag":null,"topics":["actions","aws","github","github-action"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nordcloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-01T19:17:23.000Z","updated_at":"2024-07-12T20:30:34.000Z","dependencies_parsed_at":"2023-01-11T17:23:17.658Z","dependency_job_id":null,"html_url":"https://github.com/nordcloud/aws-assume-role","commit_stats":{"total_commits":25,"total_committers":8,"mean_commits":3.125,"dds":0.64,"last_synced_commit":"92dfa62a8fca5dcf914226ddab97031d64adb042"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Faws-assume-role","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Faws-assume-role/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Faws-assume-role/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Faws-assume-role/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nordcloud","download_url":"https://codeload.github.com/nordcloud/aws-assume-role/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248897085,"owners_count":21179534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","aws","github","github-action"],"created_at":"2024-07-31T02:01:17.992Z","updated_at":"2025-04-14T14:31:09.893Z","avatar_url":"https://github.com/nordcloud.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# AWS Assume role action\n\nIt lets you assume a role and sets the credentials accordingly. \n\n## Usage\n\nThe action under the hood uses the https://github.com/nordcloud/assume-role-arn tool and follows the same version schema. Below is a simple example where you pass `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` via Github secrets, and assume role in passed in `DEPLOYMENT_ROLE` with additional external id `DEPLOYMENT_EXID`. The action will set the needed credentials for later steps. For more switches you can check `assume-role-arn` tool.\n\nExample:\n\n```yaml\nname: CI\n\non: [push]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v1\n    - uses: nordcloud/aws-assume-role@master\n      env: \n        AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n        AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n      with:\n        args: -r ${{ secrets.DEPLOYMENT_ROLE }} -e ${{ secrets.DEPLOYMENT_EXID }}\n```\n\n## Authors\n\nDariusz Dwornikowski, Nordcloud 🇵🇱 \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnordcloud%2Faws-assume-role","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnordcloud%2Faws-assume-role","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnordcloud%2Faws-assume-role/lists"}