Skip to content

fix(gateway): configure local dev auth#1575

Merged
TaylorMutch merged 1 commit into
mainfrom
hicks/push-znmwzkuplxxy
May 26, 2026
Merged

fix(gateway): configure local dev auth#1575
TaylorMutch merged 1 commit into
mainfrom
hicks/push-znmwzkuplxxy

Conversation

@krishicks
Copy link
Copy Markdown
Collaborator

Summary

This makes it so you can run the dev gateway and sandbox with:

mise run gateway
# in another shell
mise run sandbox

Related Issue

Changes

  • Generate local gateway credential material during dev gateway startup.
  • Enable unauthenticated user access for trusted local plaintext gateway tasks.
  • Configure gateway JWT signing paths so sandboxes receive valid sandbox tokens.
  • Apply the same local auth/JWT setup to generic, Docker, and VM gateway scripts.

Testing

  • mise run pre-commit passes
  • Unit tests added/updated
  • E2E tests added/updated (if applicable)

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)
  • Architecture docs updated (if applicable)

This makes it so you can run the dev gateway and sandbox with:

```
mise run gateway
# in another shell
mise run sandbox
```

Signed-off-by: Kris Hicks <khicks@nvidia.com>
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 26, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@TaylorMutch
Copy link
Copy Markdown
Collaborator

/ok to test c9d5c35

@TaylorMutch TaylorMutch merged commit fa84e43 into main May 26, 2026
26 checks passed
@TaylorMutch TaylorMutch deleted the hicks/push-znmwzkuplxxy branch May 26, 2026 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants