-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs-beta] migrate - dagster+ tokens (#26608)
## Summary & Motivation Documentation pages for user and agent tokens ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section.
- Loading branch information
Showing
3 changed files
with
84 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
38 changes: 36 additions & 2 deletions
38
docs/docs-beta/docs/dagster-plus/deployment/management/tokens/user-tokens.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,41 @@ | ||
--- | ||
title: User tokens | ||
title: 'User tokens' | ||
sidebar_position: 100 | ||
unlisted: true | ||
--- | ||
|
||
{/* TODO move user token content from https://docs.dagster.io/dagster-plus/account/managing-user-agent-tokens */} | ||
import ThemedImage from '@theme/ThemedImage'; | ||
|
||
# Managing user tokens in Dagster+ | ||
|
||
:::note | ||
This guide is applicable to Dagster+. | ||
::: | ||
|
||
In this guide, we'll walk you through creating user tokens in Dagster+. | ||
|
||
## Managing user tokens | ||
1. Sign in to your Dagster+ account. | ||
2. Click the **user menu (your icon) > Organization Settings**. | ||
3. Click the **Tokens** tab. | ||
4. Click **+ Create user token**. | ||
|
||
After the token is created: | ||
|
||
- **To edit a token's description**, click the **pencil icon**. | ||
- **To view a token**, click **Reveal token**. Clicking on the token value will copy it to the clipboard. | ||
- **To revoke a token**, click **Revoke**. | ||
|
||
To manage tokens for another user, select the user from the **Manage tokens for** dropdown: | ||
|
||
<ThemedImage | ||
style={{width:'100%', height: 'auto'}} | ||
sources={{ | ||
light: '/images/dagster-plus/user-token-management/manage-user-tokens-for.png', | ||
dark: '/images/dagster-plus/user-token-management/manage-user-tokens-for.png', | ||
}} | ||
/> | ||
|
||
:::note | ||
**Organization Admin** permissions are required to manage another user's tokens. | ||
::: |
Binary file added
BIN
+30.4 KB
...eta/static/images/dagster-plus/user-token-management/manage-user-tokens-for.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51c14a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for dagster-docs-beta ready!
✅ Preview
https://dagster-docs-beta-ptlzpty73-elementl.vercel.app
Built with commit 51c14a4.
This pull request is being automatically deployed with vercel-action