first sync
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m24s

This commit is contained in:
2024-12-27 18:10:28 +01:00
parent e04c9d08ac
commit 4e2a668d80
4 changed files with 87 additions and 13 deletions

18
config/config.hcl Normal file
View File

@@ -0,0 +1,18 @@
ui = true
disable_mlock = "true"
storage "raft" {
path = "/vault/data"
node_id = "node1"
}
listener "tcp" {
address = "[::]:8200"
tls_disable = "true"
tls_cert_file = "/certs/cert.pem"
tls_key_file = "/certs/privkey.pem"
}
api_addr = "https://vault.tips-of-mine.com"
cluster_addr = "https://vault.tips-of-mine.com:8201"