6d9ea2862e
* VAULT-8519 add tests for HCL unknown field bug * VAULT-8519 upversion hcl * VAULT-8519 include correct comitts in tag * VAULT-8519 Add changelog
16 lines
330 B
HCL
16 lines
330 B
HCL
storage "raft" {
|
|
path = "/path/to/raft"
|
|
node_id = "raft_node_1"
|
|
}
|
|
listener "tcp" {
|
|
address = "127.0.0.1:8200"
|
|
tls_cert_file = "/path/to/cert.pem"
|
|
tls_key_file = "/path/to/key.key"
|
|
}
|
|
seal "awskms" {
|
|
kms_key_id = "alias/kms-unseal-key"
|
|
}
|
|
service_registration "consul" {
|
|
address = "127.0.0.1:8500"
|
|
}
|