{"id":48820431,"url":"https://github.com/ytsaurus/ytsaurus-task-proxy","last_synced_at":"2026-04-14T14:33:51.649Z","repository":{"id":336452367,"uuid":"1137566538","full_name":"ytsaurus/ytsaurus-task-proxy","owner":"ytsaurus","description":"Task Proxy is a YTsaurus component for accessing web services deployed in operations.","archived":false,"fork":false,"pushed_at":"2026-03-19T14:06:10.000Z","size":45,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-20T06:48:52.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ytsaurus.tech","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ytsaurus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-19T14:38:42.000Z","updated_at":"2026-03-19T14:06:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ytsaurus/ytsaurus-task-proxy","commit_stats":null,"previous_names":["ytsaurus/ytsaurus-task-proxy"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ytsaurus/ytsaurus-task-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytsaurus%2Fytsaurus-task-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytsaurus%2Fytsaurus-task-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytsaurus%2Fytsaurus-task-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytsaurus%2Fytsaurus-task-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ytsaurus","download_url":"https://codeload.github.com/ytsaurus/ytsaurus-task-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytsaurus%2Fytsaurus-task-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-14T14:33:47.005Z","updated_at":"2026-04-14T14:33:51.620Z","avatar_url":"https://github.com/ytsaurus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YTsaurus Task proxy\n\nYTsaurus operations often require deploying web services. These can be debugging UIs (such as Spark UI in [SPYT](https://ytsaurus.tech/docs/en/user-guide/data-processing/spyt/overview)), ML model inference servers, or APIs inside jobs.\n\nOperation jobs run on cluster exec nodes, so services bind to network ports on these nodes — to receive incoming traffic. However, when attempting to directly access services inside a job, difficulties arise:\n\n- Network isolation: the user may not have direct network access to exec node IP addresses (they may be in a closed perimeter).\n- Dynamic addressing: even with network access, jobs can move between nodes, so the host and port of services constantly change.\n- Security: direct access to a port on a node bypasses YTsaurus authentication mechanisms. Access control to the operation is not enforced.\n\n_Task proxy_ solves these problems by providing a single entry point. It allocates stable domains (FQDN) for each service and verifies user access rights before redirecting the request inside the job.\n\nFor more information, refer to:\n- [User docs](https://ytsaurus.tech/docs/user-guide/proxy/task) for usage examples,\n- [Spark UI](https://ytsaurus.tech/docs/user-guide/data-processing/spyt/spark-ui) to learn how to open UI of [SPYT](https://ytsaurus.tech/docs/en/user-guide/data-processing/spyt/overview) clusters and jobs,\n- [Admin docs](https://ytsaurus.tech/docs/admin-guide/install-task-proxy) for installation instructions.\n\n## Development\n\nInstall chart to cluster from local directory using:\n\n```sh\nhelm install task-proxy \\\n    -n ${NAMESPACE} \\\n    -f values.yaml \\\n    ./chart\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytsaurus%2Fytsaurus-task-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fytsaurus%2Fytsaurus-task-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytsaurus%2Fytsaurus-task-proxy/lists"}