GithubHelp home page GithubHelp logo

poc-vault's Introduction

poc-vault

Traffic

Source Destination port protocol Direction Purpose
Vault clients Vault servers 8200 tcp incoming Vault API
Vault servers Vault servers 8201 tcp bidirectional Vault replication traffic, request forwarding
Vault servers Vault servers 8201 tcp bidirectional Raft gossip traffic

Sizing

Size CPU Memory Disk Typical Cloud Instance Types
Small 2 core 8-16 GB RAM 100 GB AWS: m5.large, m5.xlarge
Azure: Standard_D2_v3, Standard_D4_v3
GCE: n2-standard-2, n2-standard-4
Large 4-8 core 32-64 GB RAM 200 GB AWS: m5.2xlarge, m5.4xlarge
Azure: Standard_D8_v3, Standard_D16_v3
GCE: n2-standard-8, n2-standard-16

Raft Qorum Table

Servers Quorum Size Failure Tolerance
2 2 0
3 2 1
4 3 1
5 3 2
6 4 2
7 4 3

Configuration

See https://www.vaultproject.io/docs/configuration

Configuration File

disable_mlock = true
ui            = true

listener "tcp" {
  address     = "127.0.0.1:8200"
  tls_disable = "true"
}

# see https://www.vaultproject.io/docs/configuration/storage
storage "file" {
  path = "/tmp/vault-data"
}
storage "consul" {
  address = "127.0.0.1:8500"
  path    = "vault"
}

Environment Variable

  • VAULT_API_ADDR
  • VAULT_CLUSTER_ADDR
  • HTTP_PROXY
  • HTTPS_PROXY
  • NO_PROXY

poc-vault's People

Contributors

eagleusb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.