Modified tailscale policy, found large bug with tests that simply won't work correctly

This commit is contained in:
Ceferino Patino 2024-09-24 16:42:11 -05:00
commit f0265bb279
No known key found for this signature in database

View file

@ -64,7 +64,7 @@
"action": "check",
"src": ["group:oasys"],
"dst": ["tag:server"],
"users": ["localpart:*@*"],
"users": ["oasys"],
},
],
@ -76,11 +76,12 @@
"accept": ["autogroup:nonroot"],
"deny": ["root"],
},
{
"src": "group:oasys",
"dst": ["tag:server"],
"accept": ["localpart:*@*"],
"deny": ["root", "otheruser"],
},
// These tests are broken for the moment: https://github.com/tailscale/tailscale/issues/11790
// {
// "src": "group:oasys",
// "dst": ["tag:server"],
// "accept": ["oasys"],
// "deny": ["root", "otheruser"],
// },
],
}