vault: add AppRole for media1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 19:41:51 +01:00
parent f87e004153
commit 348f5be75f

View File

@@ -63,6 +63,11 @@ locals {
"secret/data/hosts/pn02/*",
]
}
"media1" = {
paths = [
"secret/data/hosts/media1/*",
]
}
}