cristianchaparroa / secret

Secret Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secret Server

The following is a simple implementation of a secret server.

Requirements

To use the secret server you should have at least:

  • Golang
  • git
  • docker

Installation

git clone github.com/cristianchaparroa/secret
cd secret
export GO111MODULE=on
go mod download
go mod tidy
go build ...

Deployment

docker-compose up

Test

go test ./...  -cover

Project status

The following is the current state in the different branches:

Master: Build Status

About

Secret Server


Languages

Language:Go 97.3%Language:Dockerfile 2.7%