{"id":20901603,"url":"https://github.com/willfarrell/docker-vault-env","last_synced_at":"2025-03-12T20:34:26.997Z","repository":{"id":142528733,"uuid":"78382883","full_name":"willfarrell/docker-vault-env","owner":"willfarrell","description":"script to bootstrap ENV from vault","archived":false,"fork":false,"pushed_at":"2017-01-10T16:28:38.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T13:27:25.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willfarrell.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}},"created_at":"2017-01-09T01:30:08.000Z","updated_at":"2018-11-30T16:14:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"57e1c898-fc5e-44a0-ab4f-e80c1013f1a6","html_url":"https://github.com/willfarrell/docker-vault-env","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fdocker-vault-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fdocker-vault-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fdocker-vault-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fdocker-vault-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willfarrell","download_url":"https://codeload.github.com/willfarrell/docker-vault-env/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243292860,"owners_count":20268127,"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":[],"created_at":"2024-11-18T11:36:12.007Z","updated_at":"2025-03-12T20:34:26.975Z","avatar_url":"https://github.com/willfarrell.png","language":"Shell","readme":"# docker vault-env\nscript to bootstrap ENV from vault\n\n\n\n## Sample Use\n### Dockerfile\n```Dockerfile\n...\nRUN cd /usr/bin \\\n    \u0026\u0026 wget https://raw.githubusercontent.com/willfarrell/docker-vault-env/master/vault-env \\\n    \u0026\u0026 chmod a+x vault-env\\\n    \u0026\u0026 vault-env setup\n...\n```\n\n### docker-entrypoint.sh\n```bash\n#!/bin/bash\n\nvault-env bootstrap\n\nexec \"${@}\"\n```\n\n### docker-compose.yml\n```yml\nversion: \"2\"\n\nservices:\n  service:\n    ...\n    links:\n     - vault\n    env_file:\n     - vault-service.env\n  \n  vault:\n    image: mycompany/vault:latest\n    expose:\n     - \"8022\"\n    restart: always\n    read_only: false\n    security_opt:\n     - \"no-new-privileges\"\n    volumes:\n     - \"./log/vault:/var/log:rw\"\n```\n\n### vault-service.env\n```bash\nVAULT_ADDR=\"http://localhost:8200/v1\"\nVAULT_KEY=\"\"\nVAULT_TOKEN=\"\"\n```\n\n## Vault Setup\n\n### Policies\n\n\n### Docker Container Accounts\n\n\n## TODO\n- [ ] Docs: Policy setup\n- [ ] Docs: Auth setup\n- [ ] CI w/ Travis","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfarrell%2Fdocker-vault-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillfarrell%2Fdocker-vault-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfarrell%2Fdocker-vault-env/lists"}