Difference between revisions of "Vault Web UI"

From wikieduonline
Jump to navigation Jump to search
(Created page with " tee config.hcl <<EOF ui = true disable_mlock = true storage "raft" { path = "./vault/data" node_id = "node1" } listener "tcp" { address = "0...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
* https://www.vaultproject.io/docs/configuration/ui
 +
  
 
  [[tee]] config.hcl <<[[EOF]]
 
  [[tee]] config.hcl <<[[EOF]]
Line 17: Line 19:
 
  cluster_addr = "https://127.0.0.1:8201"
 
  cluster_addr = "https://127.0.0.1:8201"
 
  [[EOF]]
 
  [[EOF]]
 +
 +
== See also ==
 +
* {{vault}}
 +
 +
[[Category:Vault]]

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: