Skip to content

Commit 3f09bd0

Browse files
authored
feat(GHO-127): add tag:infisical to Tailscale ACL tagOwners (#353)
* feat(GHO-127): add tag:infisical to Tailscale ACL tagOwners infisical-stack provisions its Hetzner server on this tailnet and needs tag:infisical to exist in tagOwners before auth keys can be created. ACL ownership stays with ghost-stack; infisical-stack only creates keys. * fix(GHO-127): add trailing newline to tailscale main.tofu
1 parent 113654f commit 3f09bd0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

opentofu/modules/tailscale/main.tofu

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ resource "tailscale_acl" "soc_tailnet_acl" {
8686
},
8787
"tagOwners" = {
8888
"tag:ghost-dev" = ["group:devs"],
89-
"tag:ghost-dev-workstation" = ["group:devs"]
89+
"tag:ghost-dev-workstation" = ["group:devs"],
90+
"tag:infisical" = ["group:devs"]
9091
},
9192
})
92-
}
93+
}

0 commit comments

Comments
 (0)