Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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

Open
#3,381 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
65/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
docker, javascript, nodejs, rust
Domain
api, backend

Research direction

Start with the generated Node SDK proto and client.js around line 294, then compare them with PR #3245 and openshell-server/src/auth/workspace_authz.rs:122. Reproduce sandbox creation using @nvidia/openshell-sdk@0.0.116 against the latest image. Done means the SDK can provide workspace_scope/workspaceScope and sandbox creation succeeds with recent OpenShell images.

Written by the indexing model from the issue text.

Description

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

Dominant language
Rust
Stars
8.7k
Forks
1.3k
Avg merge
2d 8h
Merged PRs (30d)
271

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from NVIDIA/OpenShell

All issues in NVIDIA/OpenShell

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.