Skip to content

Commit 1aa9803

Browse files
authored
feat(OFF-54): add grants entry for tag:infisical-ci to tag:infisical (#355)
* feat(OFF-54): add Tailscale SSH ACL rules for tag:infisical and tag:infisical-ci - Add SSH rule: noah@noahwhite.net -> tag:infisical (action: check, users: core) - Add SSH rule: tag:infisical-ci -> tag:infisical (action: accept, users: core) - Add tag:infisical-ci to tagOwners (owned by group:devs) tag:infisical-ci is used by the infisical-stack provision-secrets CI workflow to SCP secrets and start the compose service over Tailscale SSH. * feat(OFF-54): add grants entry for tag:infisical-ci to tag:infisical
1 parent 3498340 commit 1aa9803

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

opentofu/modules/tailscale/main.tofu

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ resource "tailscale_acl" "soc_tailnet_acl" {
6464
"udp:21119",
6565
"udp:43178",
6666
"tcp:21119"]
67+
},
68+
{
69+
"src" : ["tag:infisical-ci"],
70+
"dst" : ["tag:infisical"],
71+
"ip" : ["*"]
6772
}
6873
],
6974
"ssh" = [

0 commit comments

Comments
 (0)