sops-to-openbao-migration #19

Merged
torjus merged 3 commits from sops-to-openbao-migration into master 2026-02-05 18:44:54 +00:00
2 changed files with 3 additions and 9 deletions
Showing only changes of commit ccb1c3fe2e - Show all commits

View File

@@ -51,10 +51,10 @@ locals {
password_length = 32 password_length = 32
} }
# Shared backup password # Shared backup password (auto-generated, add alongside existing restic key)
"shared/backup/password" = { "shared/backup/password" = {
auto_generate = false auto_generate = true
data = { password = var.backup_helper_secret } password_length = 32
} }
# NATS NKey for alerttonotify # NATS NKey for alerttonotify

View File

@@ -16,12 +16,6 @@ variable "vault_skip_tls_verify" {
default = true default = true
} }
variable "backup_helper_secret" {
description = "Backup helper password (shared across hosts)"
type = string
sensitive = true
}
variable "nats_nkey" { variable "nats_nkey" {
description = "NATS NKey for alerttonotify" description = "NATS NKey for alerttonotify"
type = string type = string