Update from code changes: document dashboard session security#6394
Open
mintlify[bot] wants to merge 6 commits into
Open
Update from code changes: document dashboard session security#6394mintlify[bot] wants to merge 6 commits into
mintlify[bot] wants to merge 6 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Update from code changes updated this PR. Added IP allowlist section to session security docs in four languages Source PRs
|
Contributor
Author
|
Update from code changes updated this PR. Made no changes; docs already passed all best-practice checks Source PRs
|
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
Documents the new dashboard session security controls that let Enterprise admins configure session lifetimes, an idle session timeout, and an IP allowlist that restricts dashboard access to trusted networks — all from the Policies tab under Identity & access.
Changes
dashboard/session-security.mdxcovering the two independent session lifetime controls (idle session timeout and maximum session lifetime), how they interact, allowed range (5 minutes to 14 days), per-setting enable toggles, and the related audit log actions./settings/organization/access?tab=policies).Context
Backs the org-level
sessionDurationMinutesandmaxSessionLifetimeMinutessettings shipped in mintlify/server#6392, the IP allowlist UI shipped in mintlify/mint#8881, and the session lifetimes UI shipped in mintlify/mint#8963.Update history
divs so cross-language section links resolve.es,fr, andzh(mintlify/mint#8881).es,fr, andzh(mintlify/mint#8963).Note
Low Risk
Documentation and navigation-only changes; no application or security logic is modified.
Overview
Adds a new Session security doc page for Enterprise dashboard admins, wired into the Dashboard access nav in English and es, fr, and zh.
The page documents idle session timeout and maximum session lifetime (5 minutes–14 days, independent limits, Policies tab on Identity & access), how those limits interact, and the related
org.session_security_*audit log actions. It also covers the IP allowlist (IPv4/IPv6/CIDR, Active/Disabled, lockout warning, current-IP check). Localized copies mirror the English content and wrap section headings in stabledividanchors for cross-language deep links.Reviewed by Cursor Bugbot for commit 2b0269a. Bugbot is set up for automated code reviews on this repo. Configure here.