docs: catch up on user-facing changes from the last week#1155
Open
docs: catch up on user-facing changes from the last week#1155
Conversation
Cover OIDC/Keycloak gateway authentication, compute driver auto-detection, the new server `--drivers` and `--oidc-*` flags, and the Debian package release artifacts that landed in the last seven days. Co-authored-by: Cursor <cursoragent@cursor.com>
|
🌿 Preview your docs: https://nvidia-preview-pr-1155.docs.buildwithfern.com/openshell |
cv
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Catches the published docs up with user-facing changes that landed in the last seven days.
docs/reference/gateway-auth.mdx— Add theoidcmode to the auth-mode table and a full OIDC section:gateway add --oidc-issuer, browser PKCE login, the Client Credentials path for CI (OPENSHELL_OIDC_CLIENT_SECRET), the server-side--oidc-*flags, method classification, andoidc_token.jsonstorage. From feat(auth): add OIDC/Keycloak authentication with RBAC and scope-based permissions #935.docs/sandboxes/manage-gateways.mdx— Document--drivers(with auto-detection priority Kubernetes -> Podman -> Docker, VM opt-in only) and the--oidc-*server flags in Advanced Start Options, with a cross-reference to the new OIDC section. From feat(server): add bundled docker compute driver #888, feat(server): add auto-detection of compute driver at startup #1088, and feat(auth): add OIDC/Keycloak authentication with RBAC and scope-based permissions #935.docs/reference/support-matrix.mdx— Add a Debian Packages section for theopenshell_*.debartifacts attached to tagged releases and theinstall-dev.shrolling-dev installer. From feat(release): add Debian package publishing #1069.Related Issue
N/A — weekly docs catch-up via the
update-docsskill.Changes
docs/reference/gateway-auth.mdxwith OIDC documentation.docs/sandboxes/manage-gateways.mdxAdvanced Start Options table.docs/reference/support-matrix.mdxwith a Debian packages section.Testing
mise run docs(Fern build) — please run locally; my sandbox has no network access for the Fern CLI.branch-docs.ymlonceFERN_TOKENis available.ReadLintspasses on the three updated MDX files.shellfences for copyable commands.Checklist
docs:)/section/pagepathsCommits covered (informational)
Other user-facing commits in the window (GraphQL L7 #1083, CDI GPU sandboxes #1036, VM rootfs derivation #957) already updated their corresponding docs in the same PR, so no additional changes were needed here.
Made with Cursor