(ctx context.Context, req *proto.CoordinateRequest)
| 31 | |
| 32 | type CoordinateeAuth interface { |
| 33 | Authorize(ctx context.Context, req *proto.CoordinateRequest) error |
| 34 | } |
| 35 | |
| 36 | // SingleTailnetCoordinateeAuth allows all tunnels, since Coderd and wsproxy are allowed to initiate a tunnel to any agent |
no outgoing calls