Skip to content

[Bug]: dst field in tailscale.md is incorrect #273

Description

@AlexRusbridge

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

The grant JSON under the Capabilities section is incorrect. For the grant to correctly work, the dst should either be a tag, or the Tailscale IP, of the machine serving xyOps.

For example:

"grants": [
  {
    "src": ["autogroup:admin"],
    "dst": ["tag:xyops"], // or ["100.79.4.81"]
    "app": {
      "xyops.io/cap/ts": [ {"privileges": ["admin"], "roles": []} ],
    }
  }
]

I put together a branch before realising PRs are closed to contributors. AlexRusbridge@78c6969

Operating System

Linux Ubuntu 24

Node.js Version

v24.15.0

xyOps Version

v11.12.1

Server Setup

Single Conductor

Storage Setup

Default (SQLite + Filesystem)

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions