{"id":18413365,"url":"https://github.com/jku/ci-id","last_synced_at":"2025-08-17T08:04:43.460Z","repository":{"id":260124407,"uuid":"878570162","full_name":"jku/ci-id","owner":"jku","description":"Ambient OIDC credential detection for CI systems","archived":false,"fork":false,"pushed_at":"2025-08-12T13:09:56.000Z","size":276,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-12T15:11:23.066Z","etag":null,"topics":["ci","oidc","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/ci-id","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jku.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-10-25T16:26:48.000Z","updated_at":"2025-08-12T13:09:53.000Z","dependencies_parsed_at":"2024-12-30T10:33:14.527Z","dependency_job_id":"a6ab1623-6465-417f-a60d-9a9b8ce053d3","html_url":"https://github.com/jku/ci-id","commit_stats":null,"previous_names":["jku/ci-id"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jku/ci-id","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jku%2Fci-id","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jku%2Fci-id/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jku%2Fci-id/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jku%2Fci-id/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jku","download_url":"https://codeload.github.com/jku/ci-id/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jku%2Fci-id/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270820793,"owners_count":24651534,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ci","oidc","rust"],"created_at":"2024-11-06T03:45:54.082Z","updated_at":"2025-08-17T08:04:43.435Z","avatar_url":"https://github.com/jku.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Ambient credentials detection for CI systems\n\n[![CI badge](https://github.com/jku/ci-id/actions/workflows/ci.yml/badge.svg)](https://github.com/jku/ci-id/actions/workflows/ci.yml)\n\n`ci-id` is a small Rust library that provides easy access to ambient OIDC credentials in CI systems.\n\n```rust\nuse ci_id::{detect_credentials, CIIDError};\n\nfn main() -\u003e Result\u003c(), CIIDError\u003e  {\n    let token = detect_credentials(Some(\"myaudience\"))?;\n    print!(\"Ambient OIDC token detected: {}\", token);\n    Ok(())\n}\n```\n\nSee [ci-id-bin](https://crates.io/crates/ci-id-bin) crate for a simple CLI wrapper.\n\nci-id is based on [id](https://github.com/di/id), a similar Python project.\n\n### Supported environments\n\nCurrently supported environments are:\n* GitHub Actions\n* GitLab CI/CD\n* CircleCI\n* Buildkite\n\nSee [documentation](https://docs.rs/ci-id/latest/ci_id/) for details on what configuration each of these environments needs.\n\n### License\n\n`ci-id` is licensed under the Apache 2.0 License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjku%2Fci-id","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjku%2Fci-id","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjku%2Fci-id/lists"}