Difference between revisions of "Vault Web UI"

From wikieduonline
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
* https://www.vaultproject.io/docs/configuration/ui
 +
  
 
  [[tee]] config.hcl <<[[EOF]]
 
  [[tee]] config.hcl <<[[EOF]]

Latest revision as of 15:49, 31 August 2021


tee config.hcl <<EOF
ui = true
disable_mlock = true

storage "raft" {
  path    = "./vault/data"
  node_id = "node1"
}

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

api_addr = "http://127.0.0.1:8200"
cluster_addr = "https://127.0.0.1:8201"
EOF

See also[edit]

Advertising: