-
Notifications
You must be signed in to change notification settings - Fork 151
APIs and CLI commands for user access tokens #7359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
8 tasks
pjain1
approved these changes
May 24, 2025
nishantmonu51
approved these changes
May 26, 2025
begelundmuller
added a commit
that referenced
this pull request
May 26, 2025
* APIs and CLI commands for user access tokens * Tests * Tests on admin service * Review
royendo
added a commit
that referenced
this pull request
Nov 3, 2025
- Create new user-tokens.md page in /manage section covering: - Overview and use cases for user (personal access) tokens - Comparison with service tokens - Creating tokens via CLI and UI (AI tab) - Managing tokens: listing, revoking, rotation - Using tokens with custom APIs, MCP, CLI, and scripts - Token permissions and security policies - Detailed use cases (local dev, MCP, scripts) - Best practices for security and lifecycle management - Troubleshooting guide - Comprehensive comparison table for when to use user vs service tokens - Update /manage/index.md: - Add user tokens to Access Control section - Position before service tokens (ordered by typical usage) - Update /integrate/custom-api.md: - Expand user tokens section with creation examples - Add expiration example - Link to comprehensive user tokens documentation - Note about automatic revocation - Update /explore/mcp.md: - Clarify token creation via UI vs CLI - Add tip box linking to user tokens documentation - Update /guides/setting-up-mcp.md: - Clarify user token terminology - Add tip box linking to user tokens documentation Related to PR #7359 which added user access token APIs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
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.
This PR adds CLI commands and APIs for listing, issuing and revoking user access tokens. The new CLI commands are:
rill token issuerill token listrill token revokeExample:
Checklist: