Giter Site home page Giter Site logo

mjpitz / varys Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 102 KB

A derivation-based secret engine and privileged access management system.

License: GNU Affero General Public License v3.0

Makefile 1.92% Dockerfile 1.23% Go 95.31% Shell 1.54%
go secrets

varys's Introduction

varys

There have been several times in the last year when I wanted a somewhat simpler solution to HashiCorp's Vault project. Don't get me wrong, I absolutely love the product and have used it on several occasions at work. But for smaller projects, administering it can be somewhat of a hassle.

And so I decided to build varys, a tool for deriving secrets and managing privileged access to services. Unlike Vault, varys doesn't store any secrets on disk. Instead, credentials are derived on the fly and require authorization to the service in order to obtain them.

Status

Status: MVP License: AGPL-3.0

Features

  • All requests require authentication and authorization.
  • Data is encrypted in transit and at rest.
  • Easily rotate keys per user, per service, or for all services within varys.
  • Derived secrets are never persisted within the system, only some metadata used to derive them.

Getting Started

For now, you'll need to install varys the old-fashion way.

$ go install github.com/mjpitz/varys/cmd/varys@latest

A container is also available. To run using docker:

$ docker run ghcr.io/mjpitz/varys:latest

Resources

varys's People

Contributors

mjpitz avatar

Stargazers

Michael Geiger avatar

Watchers

 avatar

varys's Issues

Support LDAP bind and search requests

Not quite sure how this would work quite yet, but it would be super convenient if varys supported an LDAP interface that allowed systems to use pre-established LDAP modules for authentication. For example MySQL, Postgres, MongoDB, Redis and so many more database systems support LDAP for authentication.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.