{"id":16111119,"url":"https://github.com/mjpitz/varys","last_synced_at":"2025-04-06T06:29:35.141Z","repository":{"id":64308039,"uuid":"457460376","full_name":"mjpitz/varys","owner":"mjpitz","description":"A derivation-based secret engine and privileged access management system.","archived":false,"fork":false,"pushed_at":"2022-02-13T18:10:27.000Z","size":102,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-19T14:26:43.482Z","etag":null,"topics":["go","secrets"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjpitz.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}},"created_at":"2022-02-09T17:28:03.000Z","updated_at":"2023-03-04T20:02:44.000Z","dependencies_parsed_at":"2023-01-15T11:15:35.452Z","dependency_job_id":null,"html_url":"https://github.com/mjpitz/varys","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpitz%2Fvarys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpitz%2Fvarys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpitz%2Fvarys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpitz%2Fvarys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjpitz","download_url":"https://codeload.github.com/mjpitz/varys/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238470186,"owners_count":19477790,"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":["go","secrets"],"created_at":"2024-10-09T19:40:25.004Z","updated_at":"2025-02-12T12:17:29.787Z","avatar_url":"https://github.com/mjpitz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# varys\n\nThere have been several times in the last year when I wanted a somewhat simpler solution to HashiCorp's Vault project.\nDon't get me wrong, I absolutely love the product and have used it on several occasions at work. But for smaller\nprojects, administering it can be somewhat of a hassle.\n\nAnd so I decided to build `varys`, a tool for deriving secrets and managing privileged access to services. Unlike\nVault, `varys` doesn't store any secrets on disk. Instead, credentials are derived on the fly and require authorization\nto the service in order to obtain them.\n\n## Status\n\n[![Status: MVP][status-img]][status-link]\n[![License: AGPL-3.0][license-img]][license-link]\n\n[status-img]: https://img.shields.io/badge/Status-MVP-lightgrey?style=flat-square\n[status-link]: docs/blueprints\n\n[license-img]: https://img.shields.io/github/license/mjpitz/varys?label=License\u0026style=flat-square\n[license-link]: LICENSE\n\n### Features\n\n* All requests require authentication and authorization.\n* Data is encrypted in transit and at rest.\n* Easily rotate keys per user, per service, or for all services within `varys`.\n* Derived secrets are never persisted within the system, only some metadata used to derive them.\n\n## Getting Started\n\nFor now, you'll need to install `varys` the old-fashion way.\n\n```\n$ go install github.com/mjpitz/varys/cmd/varys@latest\n```\n\nA container is also available. To run using docker: \n\n```\n$ docker run ghcr.io/mjpitz/varys:latest\n```\n\n## Resources\n\n- [Documentation](https://github.com/mjpitz/varys/wiki)\n  - [Configuration](https://github.com/mjpitz/varys/wiki/Configuration)\n  - [Running a server](https://github.com/mjpitz/varys/wiki/Running-a-server)\n  - [Using the CLI](https://github.com/mjpitz/varys/wiki/Using-the-CLI)\n- [License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjpitz%2Fvarys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjpitz%2Fvarys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjpitz%2Fvarys/lists"}