{"id":21202473,"url":"https://github.com/infrablocks/confidante","last_synced_at":"2025-07-10T06:32:50.234Z","repository":{"id":38353250,"uuid":"104467495","full_name":"infrablocks/confidante","owner":"infrablocks","description":"A configuration engine combining environment variables, programmatic overrides  and the power of hiera.","archived":false,"fork":false,"pushed_at":"2025-05-30T15:13:19.000Z","size":408,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-30T21:25:51.069Z","etag":null,"topics":["configuration","hiera","hierarchical","hierarchical-data","hierarchy","infrablocks","library","ruby","ruby-gem","ruby-library","rubygem"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/infrablocks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-09-22T11:34:14.000Z","updated_at":"2025-05-30T15:13:22.000Z","dependencies_parsed_at":"2023-02-11T05:45:35.709Z","dependency_job_id":"23d5f08f-f7ef-4f78-a526-8a9f44b133f6","html_url":"https://github.com/infrablocks/confidante","commit_stats":{"total_commits":180,"total_committers":6,"mean_commits":30.0,"dds":0.5722222222222222,"last_synced_commit":"ab84b5ece7f94a82463ad9fa784fbface4a37902"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/infrablocks/confidante","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrablocks%2Fconfidante","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrablocks%2Fconfidante/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrablocks%2Fconfidante/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrablocks%2Fconfidante/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infrablocks","download_url":"https://codeload.github.com/infrablocks/confidante/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrablocks%2Fconfidante/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264538584,"owners_count":23624436,"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":["configuration","hiera","hierarchical","hierarchical-data","hierarchy","infrablocks","library","ruby","ruby-gem","ruby-library","rubygem"],"created_at":"2024-11-20T20:16:06.927Z","updated_at":"2025-07-10T06:32:49.909Z","avatar_url":"https://github.com/infrablocks.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Confidante\n\nA configuration engine combining environment variables, programmatic overrides \nand the power of hiera.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'confidante'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install confidante\n\n## Usage\n\nAdd usage here.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run \n`rake spec` to run the tests. You can also run `bin/console` for an interactive \nprompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To \nrelease a new version, update the version number in `version.rb`, and then run \n`bundle exec rake release`, which will create a git tag for the version, push \ngit commits and tags, and push the `.gem` file to \n[rubygems.org](https://rubygems.org).\n\n### Common Tasks\n\n#### Generating an SSH key pair\n\nTo generate an SSH key pair:\n\n```\nssh-keygen -m PEM -t rsa -b 4096 -C maintainers@infrablocks.io -N '' -f config/secrets/ci/ssh\n```\n\n#### Managing CircleCI keys\n\nTo encrypt a GPG key for use by CircleCI:\n\n```bash\nopenssl aes-256-cbc \\\n  -e \\\n  -md sha1 \\\n  -in ./config/secrets/ci/gpg.private \\\n  -out ./.circleci/gpg.private.enc \\\n  -k \"\u003cpassphrase\u003e\"\n```\n\nTo check decryption is working correctly:\n\n```bash\nopenssl aes-256-cbc \\\n  -d \\\n  -md sha1 \\\n  -in ./.circleci/gpg.private.enc \\\n  -k \"\u003cpassphrase\u003e\"\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at \nhttps://github.com/infrablocks/confidante. This project is intended to be a \nsafe, welcoming space for collaboration, and contributors are expected to adhere\nto the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the \n[MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfrablocks%2Fconfidante","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfrablocks%2Fconfidante","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfrablocks%2Fconfidante/lists"}