{"id":17252162,"url":"https://github.com/eagletmt/hako-etcenv","last_synced_at":"2026-07-09T19:31:37.219Z","repository":{"id":56875688,"uuid":"43925349","full_name":"eagletmt/hako-etcenv","owner":"eagletmt","description":"Provide variables from etcenv to hako","archived":false,"fork":false,"pushed_at":"2017-02-28T02:45:48.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-18T20:07:22.076Z","etag":null,"topics":[],"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/eagletmt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-09T01:17:18.000Z","updated_at":"2017-11-15T03:05:14.000Z","dependencies_parsed_at":"2022-08-20T22:00:38.377Z","dependency_job_id":null,"html_url":"https://github.com/eagletmt/hako-etcenv","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/eagletmt/hako-etcenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Fhako-etcenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Fhako-etcenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Fhako-etcenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Fhako-etcenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eagletmt","download_url":"https://codeload.github.com/eagletmt/hako-etcenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Fhako-etcenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35311290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"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":[],"created_at":"2024-10-15T06:53:13.063Z","updated_at":"2026-07-09T19:31:37.202Z","avatar_url":"https://github.com/eagletmt.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hako::EnvProviders::Etcenv\nProvide variables from [etcd](https://github.com/coreos/etcd) to [hako](https://github.com/eagletmt/hako) using [etcenv](https://github.com/sorah/etcenv).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'hako-etcenv'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install hako-etcenv\n\n## Usage\n\n```yaml\nimage: ryotarai/hello-sinatra\nenv:\n  $providers:\n    - type: etcenv\n      url: https://127.0.0.1:2379\n      ca_file: /etc/etcd/ca.crt\n      ssl_cert: /etc/etcd/client.crt\n      ssl_key: /etc/etcd/client.key\n      root: /hako/hello-sinatra\n  PORT: 3000\n  MESSAGE: '#{username}-san!'\nport: 3000\nscheduler:\n  type: echo\n```\n\nIt pulls `username` variable from etcd with `/hako/hello-sinatra/username` key.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hako-etcenv.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagletmt%2Fhako-etcenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feagletmt%2Fhako-etcenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagletmt%2Fhako-etcenv/lists"}