Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Commit

Permalink
More additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Briggs committed Mar 13, 2017
1 parent 112977d commit b7a5e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ _testmain.go

# Vendor ops
vendor/
dist

# app specific
*.yaml
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ A few security considerations before you use this tool.
- Your unseal key is clearly stored in plaintext in the yaml file. This is clearly a security issue. Please don't store your unseal key in plaintext permanantly.
- While I've taken steps to overwrite the unseal key in memory, I am not a Golang expert and it may not be fool proof. If you think you can improve the implementation, pull requests will be warmly welcomed
- I am just getting started with Golang, and therefore there may be errors, security issues and gremlins in this code. Again, pull requests are much appreciated.
- There is currently no way of setting HTTPS certificates, so you must trust the certificate presented by the vault API
# Building
Expand Down

0 comments on commit b7a5e19

Please sign in to comment.