The latest Node SDK is too old for the latest k8s images

オープン
#3,381 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
65/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
docker, javascript, nodejs, rust
領域
api, backend

調査の方向性

生成された Node SDK の proto と client.js の 294 行目付近から始め、PR #3245 および openshell-server/src/auth/workspace_authz.rs:122 と比較します。最新のイメージに対して @nvidia/openshell-sdk@0.0.116 を使用してサンドボックスの作成を再現します。SDK が workspace_scope/workspaceScope を提供でき、最近の OpenShell イメージでサンドボックスの作成が成功すれば完了です。

索引モデルが issue の本文から書いたものです。

説明

state:triage-needed
User Story

The latest Node SDK is too old for the latest k8s images

Problem Statement

OpenShell gateway ran the ghcr.io :latest image, which had advanced past PR #3245 "typed workspace selectors" (2026-09-10, commit 90dbe545). That PR made workspace_scope a required field on CreateSandbox (enforced at openshell-server/src/auth/workspace_authz.rs:122). But the published @nvidia/openshell-sdk@0.0.116 (2026-08-28), whose generated proto has no workspaceScope field at all — its sandbox.create() only sends { name, labels, spec } (client.js:294). The client physically cannot send the field the newer gateway demands, so every create failed with [invalid_argument] workspace_scope is required.

Impact / Why This Matters

unable use nodejs with latest openshell docker images

Acceptance Criteria

node sdk must be compatibility to recent docker images

Reproduction Steps

create sandbox with recent sdk

Environment

:latest image of openshell

Logs

主要言語
Rust
スター
8.7k
フォーク
1.3k
平均マージ
2日 6時間
マージ済み PR(30日)
236

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

NVIDIA/OpenShell のほかの issue

NVIDIA/OpenShell の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。