Skip to content

feat: add more context for token#2122

Open
Patrick Derks (TrayserCassa) wants to merge 1 commit intomainfrom
user-context-for-tokens
Open

feat: add more context for token#2122
Patrick Derks (TrayserCassa) wants to merge 1 commit intomainfrom
user-context-for-tokens

Conversation

@TrayserCassa
Copy link
Contributor

fixes: #2102


The `token` command manages personal access tokens, enabling secure authentication for both API and CLI operations without exposing your main account credentials. Personal access tokens are especially useful for automating workflows, such as authenticating in CI/CD pipelines or integrating with external systems.

A token inherits all permissions of the user who created it, except the ability to create new tokens. This means any action the user can perform, the token can perform as well.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this has been fixed already?

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.

PaaS: Make sure to document the user context on the account roles

2 participants