Skip to content

eranchetz/secretMsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secretMsg

A simple secure self destructing service message server, using hashicorp vault as a backend

Run localy

  • run hashicorp vault server

    docker run -d --cap-add=IPC_LOCK -ti -p 8200:8200 --name vault vault

  • set vault environment variable

     export VAULT_ADDR=http://localhost:8200 
     export VAULT_TOKEN=<token_from_vault_server_log> 
  • run the secretMsg service

    go get ; go run *.go 
  • use it!

    http://localhost:1234/msg

About

Send One Time - Self Destruct Secert Message - Using Hashicorp Vault as a Backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published