Skip to content

Tools CLI untuk READ/WRITE Secret/ENV ke Hashicorp Vault

Notifications You must be signed in to change notification settings

jrione/go-vault-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VAULT CLI

Buat read and write secret ke hashicorp vault

Don't forget to edit config.json (copy from config.example.json)

Usage:

Build App

go build

Format Command

./go-vault-cli [flags] [cmd] # you can also see this in help command

Help Command

./go-vault-cli -help # for help

write secret to Vault

./go-vault-cli -file=/path/to/secret -app=vault_path -branch=kv_name save

Read Secret from Vault

./go-vault-cli -app=vault_path -branch=kv_name read

About

Tools CLI untuk READ/WRITE Secret/ENV ke Hashicorp Vault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages