Aarnav Tale

Results 102 comments of Aarnav Tale
trafficstars

Once 0.1.5 finishes building, can you try it and let me know if it makes a difference.

Most likely the container doesn't have access to the internet/the DNS available to the container has issues. Is it just limited to headplane or do all of your containers fail...

Hey, I just found this issue and I can confirm that it is still a problem.

Update on this, I encountered this same issue and I sort of fixed it in my own hacky way with a custom patch on my shipped version of `react-router-hono-server`. I'm...

How would you suggest implementing such a feature? I don't want to deviate from Headscale's permissions, and I'm unaware of a way to limit permissions from Headscale itself.

The issue is right now, headscale doesn't support any kind of admin groups and I don't want to diverge from that, I do think it's a really good idea though...

I mean we could really do an ACL group, ideally I want something with the least amount of friction if/when Headscale adds native support for this.

You mean as in, use the ACLs file as the way to determine who is able to do what? This is something I'm open to for now, the question is...

I was thinking of implementing it in Tailscale grants like this: ```jsonc { "groups": { "group:admin": ["tale"] }, "grants": [ { // src is important, dest is NOT, but keep...

I was thinking that or a "ACL style" similar to how Kubernetes RBAC policies are defined. ```json { "app": { "tale.me/cap/headplane": [{ "machines": { "verbs": ["GET", "POST", "PATCH", "DELETE"], "domains":...