terraform: add dns and homelab-deploy secrets to ns1 policy
Some checks failed
Run nix flake check / flake-check (push) Failing after 1s
Some checks failed
Run nix flake check / flake-check (push) Failing after 1s
ns1 needs access to shared/dns/* for zone transfer key and shared/homelab-deploy/* for the NATS listener. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -29,6 +29,8 @@ locals {
|
|||||||
"ns1" = {
|
"ns1" = {
|
||||||
paths = [
|
paths = [
|
||||||
"secret/data/hosts/ns1/*",
|
"secret/data/hosts/ns1/*",
|
||||||
|
"secret/data/shared/dns/*",
|
||||||
|
"secret/data/shared/homelab-deploy/*",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user