Skip to content

docs(openshift): add manual JWT signing secret step#1556

Closed
natifridman wants to merge 1 commit into
NVIDIA:mainfrom
natifridman:openshift
Closed

docs(openshift): add manual JWT signing secret step#1556
natifridman wants to merge 1 commit into
NVIDIA:mainfrom
natifridman:openshift

Conversation

@natifridman
Copy link
Copy Markdown

Summary

  • Adds a missing step to the OpenShift install guide: manually creating the openshell-jwt-keys secret before installing the chart.
  • When pkiInitJob.enabled=false, the PKI init job that normally generates this secret is skipped, leaving the gateway pod stuck in ContainerCreating with MountVolume.SetUp failed for volume "sandbox-jwt" : secret "openshell-jwt-keys" not found.

Test plan

  • Followed the updated steps on an OpenShift 4.x cluster — gateway pod starts successfully after creating the secret.

🤖 Generated with Claude Code

The PKI init job is disabled on OpenShift, but the docs omitted the
manual creation of the openshell-jwt-keys secret it would have generated,
leaving the gateway pod stuck in ContainerCreating.
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 25, 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.

@github-actions
Copy link
Copy Markdown

Thank you for your interest in contributing to OpenShell, @natifridman.

This project uses a vouch system for first-time contributors. Before submitting a pull request, you need to be vouched by a maintainer.

To get vouched:

  1. Open a Vouch Request discussion.
  2. Describe what you want to change and why.
  3. Write in your own words — do not have an AI generate the request.
  4. A maintainer will comment /vouch if approved.
  5. Once vouched, open a new PR (preferred) or reopen this one after a few minutes.

See CONTRIBUTING.md for details.

@github-actions
Copy link
Copy Markdown

Thank you for your submission! We ask that you sign our Developer Certificate of Origin before we can accept your contribution. You can sign the DCO by adding a comment below using this text:


I have read the DCO document and I hereby sign the DCO.


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the DCO Assistant Lite bot.

@github-actions github-actions Bot closed this May 25, 2026
@natifridman
Copy link
Copy Markdown
Author

I have read the DCO document and I hereby sign the DCO.

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.

1 participant