update file config
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m9s
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m9s
This commit is contained in:
parent
5f9f0cdc19
commit
9faeb42f0c
@ -1,18 +1,39 @@
|
|||||||
|
|
||||||
ui = true
|
ui = true
|
||||||
|
|
||||||
disable_mlock = "true"
|
disable_mlock = "true"
|
||||||
|
|
||||||
|
plugin_directory = "/etc/vault/plugin"
|
||||||
|
|
||||||
|
api_addr = "https://vault.tips-of-mine.com:8200"
|
||||||
|
cluster_addr = "https://10.0.4.133:8201"
|
||||||
|
|
||||||
|
log_requests_level = "debug"
|
||||||
|
log_level = "debug"
|
||||||
|
|
||||||
storage "raft" {
|
storage "raft" {
|
||||||
path = "/vault/data"
|
path = "/vault/data"
|
||||||
node_id = "node1"
|
node_id = "node1"
|
||||||
}
|
}
|
||||||
|
|
||||||
listener "tcp" {
|
listener "tcp" {
|
||||||
address = "[::]:8200"
|
address = "0.0.0.0:8200"
|
||||||
|
cluster_address = "0.0.0.0:8201"
|
||||||
|
|
||||||
tls_disable = "true"
|
tls_disable = "true"
|
||||||
|
tls_disable_client_certs = true
|
||||||
|
|
||||||
|
tls_client_ca_file = "/certs/ca.pem"
|
||||||
tls_cert_file = "/certs/cert.pem"
|
tls_cert_file = "/certs/cert.pem"
|
||||||
tls_key_file = "/certs/privkey.pem"
|
tls_key_file = "/certs/privkey.pem"
|
||||||
|
|
||||||
|
x_forwarded_for_authorized_addrs = ["0.0.0.0/0"]
|
||||||
|
telemetry {
|
||||||
|
unauthenticated_metrics_access = "true"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
api_addr = "https://vault.tips-of-mine.com"
|
telemetry {
|
||||||
cluster_addr = "https://vault.tips-of-mine.com:8201"
|
# statsite_address = "127.0.0.1:8125"
|
||||||
|
disable_hostname = true
|
||||||
|
prometheus_retention_time = "12h"
|
Loading…
x
Reference in New Issue
Block a user