{"id":19325280,"url":"https://github.com/duplocloud/ghactions-aws-jit","last_synced_at":"2026-02-14T17:31:48.715Z","repository":{"id":36957026,"uuid":"462819102","full_name":"duplocloud/ghactions-aws-jit","owner":"duplocloud","description":"Github action to get just-in-time access to AWS","archived":false,"fork":false,"pushed_at":"2024-07-23T15:46:51.000Z","size":2125,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-09-17T21:13:33.457Z","etag":null,"topics":["aws","duplocloud","github-actions"],"latest_commit_sha":null,"homepage":"https://duplocloud.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duplocloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-23T16:34:31.000Z","updated_at":"2024-07-23T15:46:50.000Z","dependencies_parsed_at":"2024-04-12T19:23:24.302Z","dependency_job_id":"dd687eb8-4331-4a9f-b60f-f07bad0617d4","html_url":"https://github.com/duplocloud/ghactions-aws-jit","commit_stats":{"total_commits":51,"total_committers":4,"mean_commits":12.75,"dds":0.2549019607843137,"last_synced_commit":"9970a6ada3b2659a3fa8e45612401f38b8ffe113"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/duplocloud/ghactions-aws-jit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duplocloud%2Fghactions-aws-jit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duplocloud%2Fghactions-aws-jit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duplocloud%2Fghactions-aws-jit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duplocloud%2Fghactions-aws-jit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duplocloud","download_url":"https://codeload.github.com/duplocloud/ghactions-aws-jit/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duplocloud%2Fghactions-aws-jit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aws","duplocloud","github-actions"],"created_at":"2024-11-10T02:09:33.876Z","updated_at":"2026-02-14T17:31:48.701Z","avatar_url":"https://github.com/duplocloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecation Warning\nThis is no longer actively maintained. \nMigrate to this action: [duplocloud/actions/setup](https://github.com/duplocloud/actions/tree/main/setup)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/duplocloud/ghactions-aws-jit/actions\"\u003e\u003cimg alt=\"ghactions-aws-jit status\" src=\"https://github.com/duplocloud/ghactions-aws-jit/workflows/build-test/badge.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Github action to get just-in-time access to AWS \n\nThis action will retrieve just-in-time AWS credentials from Duplo\n\n# Usage\n\nHere is an example of what to put in your `.github/workflows/build-and-deploy.yml` file to use this workflow.\n\n```yaml\nname: Build and Deploy\non:\n  push:\n    branches:\n      - develop # branch to trigger on\njobs:\n  deploy:\n    # This example get AWS credentials, then lists all S3 buckets.\n    name: Deploy with DuploCloud\n    runs-on: ubuntu-latest\n    steps:\n      - name: aws-jit\n        uses: duplocloud/ghactions-aws-jit@master\n        with:\n          duplo_host: https://mysystem.duplocloud.net\n          duplo_token: ${{ secrets.DUPLO_TOKEN }}\n          tenant: default\n      - name: list-s3\n        run: aws s3 ls\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduplocloud%2Fghactions-aws-jit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduplocloud%2Fghactions-aws-jit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduplocloud%2Fghactions-aws-jit/lists"}