docs: add service account and personal access token pages - #56
Open
Kaysahni wants to merge 2 commits into
Open
Conversation
Document the two non-interactive ways to authenticate with FloxHub in Flox CLI 1.14.0: service accounts (org-owned, for CI) and personal access tokens (user-owned, for headless machines). - concepts/service-accounts: access levels, creating, issuing tokens, using in CI, revoking, and rotating without downtime - concepts/personal-access-tokens: creating, using via --token-file or FLOX_FLOXHUB_TOKEN, viewing and revoking - tutorials/ci-cd: new section on when a pipeline needs credentials and how to give it its own identity - concepts/floxhub, concepts/organizations: point at the new pages - docs.json: add both to the Concepts nav Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01L9FR5u25zs4iMXnS4V7uwm
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01L9FR5u25zs4iMXnS4V7uwm
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.
Documents the two non-interactive ways to authenticate with FloxHub, both new in Flox CLI 1.14.0.
New pages
concepts/service-accounts(Team/Enterprise) — an identity that belongs to the organization rather than to a person, for CI and other automation. Covers the two access levels, creating an account, issuing and revoking tokens, using one in CI, and rotating without downtime.concepts/personal-access-tokens(all plans) — signs the CLI in as you, for SSH sessions, containers, and other machines without a browser. Covers creating, using via--token-fileorFLOX_FLOXHUB_TOKEN, and revoking.Existing pages
tutorials/ci-cd: new "Authenticating with FloxHub" section — when a pipeline actually needs credentials, and giving it its own identity instead of a person'sconcepts/floxhub: points at both pages from the authentication sectionconcepts/organizations: a Service accounts section above the existing machine access tokensdocs.json: both pages added to the Concepts nav🤖 Generated with Claude Code
https://claude.ai/code/session_01L9FR5u25zs4iMXnS4V7uwm