{"id":13808027,"url":"https://github.com/drone/drone-vault","last_synced_at":"2026-01-25T03:34:59.714Z","repository":{"id":46936843,"uuid":"144515403","full_name":"drone/drone-vault","owner":"drone","description":"Drone plugin for integrating with the Vault secrets manager","archived":false,"fork":false,"pushed_at":"2023-12-19T00:13:15.000Z","size":47,"stargazers_count":64,"open_issues_count":5,"forks_count":39,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-19T00:44:16.970Z","etag":null,"topics":["ci","ci-cd","secrets","secrets-management","vault"],"latest_commit_sha":null,"homepage":"https://docs.drone.io/configure/secrets/external/vault/","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drone.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-13T01:37:37.000Z","updated_at":"2024-09-04T11:30:51.000Z","dependencies_parsed_at":"2024-01-15T13:17:51.904Z","dependency_job_id":"ea5605a2-f9ea-459d-8560-604586d34b4c","html_url":"https://github.com/drone/drone-vault","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/drone/drone-vault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-vault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-vault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-vault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-vault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drone","download_url":"https://codeload.github.com/drone/drone-vault/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-vault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T02:46:29.005Z","status":"ssl_error","status_checked_at":"2026-01-25T02:44:29.968Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ci","ci-cd","secrets","secrets-management","vault"],"created_at":"2024-08-04T01:01:33.953Z","updated_at":"2026-01-25T03:34:59.700Z","avatar_url":"https://github.com/drone.png","language":"Go","funding_links":[],"categories":["Secrets"],"sub_categories":["Tutorials"],"readme":"# drone-vault-extension\n\nA secret extension that provides optional support for sourcing secrets from Vault. _Please note this project requires Drone server version 1.3 or higher._\n\n## Installation\n\nCreate a shared secret:\n\n```bash\n$ openssl rand -hex 16\nbea26a2221fd8090ea38720fc445eca6\n```\n\nDownload and run the plugin:\n\n```bash\n$ docker run -d \\\n  --publish=3000:3000 \\\n  --env=DRONE_DEBUG=true \\\n  --env=DRONE_SECRET=bea26a2221fd8090ea38720fc445eca6 \\\n  --env=VAULT_ADDR=... \\\n  --env=VAULT_TOKEN=... \\\n  --restart=always \\\n  --name=drone-vault drone/vault\n```\n\nUsing approle authentication:\n\n```bash\n$ docker run -d \\\n  --publish=3000:3000 \\\n  --env=DRONE_DEBUG=true \\\n  --env=DRONE_SECRET=bea26a2221fd8090ea38720fc445eca6 \\\n  --env=VAULT_ADDR=... \\\n  --env=VAULT_AUTH_TYPE=approle \\\n  --env=VAULT_TOKEN_TTL=72h\n  --env=VAULT_TOKEN_RENEWAL=24h\n  --env=VAULT_APPROLE_ID=... \\\n  --env=VAULT_APPROLE_SECRET=... \\\n  --restart=always \\\n  --name=drone-vault drone/vault\n```\n\nUpdate your runner configuration to include the plugin address and the shared secret.\n\n```bash\nDRONE_SECRET_PLUGIN_ENDPOINT=http://1.2.3.4:3000\nDRONE_SECRET_PLUGIN_TOKEN=bea26a2221fd8090ea38720fc445eca6\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone%2Fdrone-vault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrone%2Fdrone-vault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone%2Fdrone-vault/lists"}