tappoy / vault-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package

github.com/tappoy/vault-cli

About

This vault cli command provides a simple way to interact with github.com/tappoy/vault package.

See Usage for more details.

Installation

go install github.com/tappoy/vault-cli@latest

Operation Example

  1. Make group applications for vault data accessors.
sudo groupadd applications
  1. Make user vault for vault data maintenance.
sudo useradd -m -g applications -s /bin/bash vault
  1. Add the vault user to the applications group.
sudo usermod -aG applications vault
  1. Add the vault user to the syslog group.
sudo usermod -aG syslog vault
  1. Change the gorup of the vault directory.
sudo chgrp applications /opt
  1. Change mode of the vault directory.
sudo chmod 775 /opt

Why it is this way.

See Philosophy for more details.

License

GPL-3.0

Author

tappoy

About

License:GNU General Public License v3.0


Languages

Language:Go 95.4%Language:Makefile 4.6%