add vault to blackstart
This commit is contained in:
17
black-start/services/vault/config/config.hcl
Normal file
17
black-start/services/vault/config/config.hcl
Normal file
@@ -0,0 +1,17 @@
|
||||
ui = true
|
||||
disable_mlock = "true"
|
||||
|
||||
storage "raft" {
|
||||
path = "/vault/data"
|
||||
node_id = "node1"
|
||||
}
|
||||
|
||||
listener "tcp" {
|
||||
address = "[::]:8200"
|
||||
tls_disable = "false"
|
||||
tls_cert_file = "/certs/server.crt"
|
||||
tls_key_file = "/certs/server.key"
|
||||
}
|
||||
|
||||
api_addr = "https://weyma-vault.infra.dubyatp.xyz:8200"
|
||||
cluster_addr = "https://weyma-vault.infra.dubyatp.xyz:8200"
|
||||
Reference in New Issue
Block a user