{"id":20221254,"url":"https://github.com/jmccann/vault-docker-cookbook","last_synced_at":"2026-06-04T02:31:29.628Z","repository":{"id":151282099,"uuid":"92860467","full_name":"jmccann/vault-docker-cookbook","owner":"jmccann","description":"Chef cookbook to setup vault using docker","archived":false,"fork":false,"pushed_at":"2017-06-16T15:48:45.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T22:46:59.285Z","etag":null,"topics":["chef-cookbook","vault-server"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/jmccann.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":"2017-05-30T17:49:41.000Z","updated_at":"2017-05-30T21:08:21.000Z","dependencies_parsed_at":"2023-04-07T01:06:22.911Z","dependency_job_id":null,"html_url":"https://github.com/jmccann/vault-docker-cookbook","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmccann%2Fvault-docker-cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmccann%2Fvault-docker-cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmccann%2Fvault-docker-cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmccann%2Fvault-docker-cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmccann","download_url":"https://codeload.github.com/jmccann/vault-docker-cookbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241661444,"owners_count":19998951,"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":["chef-cookbook","vault-server"],"created_at":"2024-11-14T06:52:39.854Z","updated_at":"2026-06-04T02:31:29.583Z","avatar_url":"https://github.com/jmccann.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vault-docker\n\nCookbook to setup vault using docker.\n\n## Supported Platforms\n\nTested And Validated On\n- Ubuntu 16.04\n\n## Usage\n\n### recipe[vault-docker::default]\n\nInclude `vault-docker` in your run_list.\n\n```json\n{\n  \"run_list\": [\n    \"recipe[vault-docker::default]\"\n  ]\n}\n```\n\n### Attributes\n\nAttribute | Description | Type | Default\n----------|-------------|------|--------\n`node['vault-docker']['command']['args']` | String of args to provide vault | String | `''`\n`node['vault-docker']['config']` | Hash of configuration environment variables for Consul.  Primary way to configure how vault-docker starts. See [vault-docker docker image](https://hub.docker.com/_/vault/) and [vault configuration file docs](vault configuration) for more information.  See [`.kitchen.yml`](.kitchen.yml) for examples of using this to drive behavior. | Hash | `nil`\n`node['vault-docker']['entrypoint']` | Start the vault container with your own entrypoint.  Must be added as volume to container. | String | `nil`\n`node['vault-docker']['port']` | Port(s) to expose from docker container. See [docker cookbook](https://github.com/chef-cookbooks/docker#properties-7) for more info. | String | `'8200:8200'`\n`node['vault-docker']['repo']` | The docker repo for the image to use | String | `'vault'`\n`node['vault-docker']['tag']` | The docker tag for the image to use | String | `'0.8.3'`\n`node['vault-docker']['sensitive']` | Whether to consider container resource sensitive or not | Boolean | `false`\n`node['vault-docker']['volumes']` | Volumes to have added to your container | Array | `nil`\n\n## Testing\n\n* Linting - Cookstyle and Foodcritic\n* Spec - ChefSpec\n* Integration - Test Kitchen\n\nTesting requires [ChefDK](https://downloads.chef.io/chef-dk/) be installed using it's native gems.\n\n```\nfoodcritic -f any -X spec .\ncookstyle\nrspec --color --format progress\n```\n\nIf you run into issues testing please first remove any additional gems you may\nhave installed into your ChefDK environment.  Extra gems can be found and removed\nat `~/.chefdk/gem`.\n\n## License and Authors\n\nAuthor:: Jacob McCann (\u003cjacob.mccann2@target.com\u003e)\n\n```text\nCopyright:: 2017, Jacob McCann\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmccann%2Fvault-docker-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmccann%2Fvault-docker-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmccann%2Fvault-docker-cookbook/lists"}