Managing personal access tokens
Bitbucket Server を管理する
- ユーザーとグループ
- 外部ユーザー ディレクトリ
- グローバル権限
- Setting up your mail server
- Bitbucket Server をアトラシアン アプリケーションに連携する
- Bitbucket Server を外部のデータベースに接続する
- Bitbucket Server を別のサーバーに移行する
- Run Bitbucket in AWS
- Bitbucket Server のベース URL を指定する
- アプリケーション ナビゲーターを構成する
- アプリの管理
- Bitbucket での監査
- Bitbucket Server のライセンス詳細を更新する
- Bitbucket Server 設定プロパティ
- Bitbucket サーバーを異なるコンテキスト パスに移動する
- データの復元とバックアップ
- Bitbucket Server で Git リポジトリへの HTTP(S) アクセスを無効化する
- スマート ミラーリング
- Data Center 移行
- Git Large File Storage
- Git Virtual File System (GVFS)
- Enabling SSH access to Git repositories in Bitbucket Server
- Bitbucket Server で diff トランスコーディングを使用する
- Changing the port that Bitbucket Server listens on
- ロックアウトのリカバリ プロセス
- Bitbucket Server のプロキシ設定および保護
- High availability for Bitbucket
- サードパーティ製アプリの診断
- Enabling JMX counters for performance monitoring
- Bitbucket Server のデバッグ ログ
- Bitbucket Server の拡張
- Add shortcut links to a Bitbucket Server repository
- Administer code search
- Adding additional storage for your repository data
- Add a system-wide announcement banner
- アプリケーションを横断したプロジェクト リンクの構成
- レート制限でインスタンスの安定性を改善する
- Atlasssian Data Center アプリケーションで CDN を使用する
- Managing personal access tokens
- Connecting to a 3rd party application using Application Links
- Setting a system-wide default branch name
- 非アクティブなプル リクエストを自動的に却下
このページの内容
関連コンテンツ
- 関連コンテンツがありません
Users can create personal access tokens and use them in place of passwords for Git over HTTPS, or to authenticate when using the Bitbucket Server REST API. As an administrator, you can edit and revoke tokens, and set global token settings.
Editing and revoking tokens
As an administrator, you can’t create tokens for users. However, once a user has created a token, you can edit or revoke it.
To edit or revoke a token:
Go to
> Users.
Search for the user and click on them.
Open the Personal access tokens tab.
Click Edit or Revoke.
Clicking Edit will allow you to change a token’s name or its permissions. If it has an expiry date, however, you will not be able to modify it. Once a token’s expiry date has been set, it can’t be changed.
Require token expiry
By default, when a user is creating a personal access token, they can choose whether they want it to expire. As a system administrator, for added security you can make setting a token expiry a requirement.
To require token expiry:
Go to
> Personal access tokens.
Choose Yes for Expiry required.
Enter the Max days until expiry.
保存をクリックします。
関連コンテンツ
- 関連コンテンツがありません