Bitbucket Cloud にログインまたは接続する
Bitbucket Cloud での認証には、次の方法を使用できます。
If you’re logging into Bitbucket in a web browser, use your Atlassian account login credentials.
If you’re using the Git CLI (
git), use a personal SSH key.If you require access to a single repository, project, or workspace for scripting, CI/CD tools, Bitbucket Cloud apps, or Bitbucket Cloud integrations, use a Repository, Project, or Workspace Access Token.
If you require read-only SSH access to a repository or project for scripting, CI/CD tools, or integrations, use repository and project Access keys.
If you require user-level access for scripting, CI/CD tools, Bitbucket Cloud apps, or Bitbucket Cloud integrations, use App passwords.
If you’re developing a Bitbucket Cloud app or integration, improve your user’s experience by configuring OAuth.
Atlassian アカウント ログイン認証
Use your login credentials to log into https://bitbucket.org and other Atlassian apps using your web browser. These login credentials can be either:
メールとパスワード。
Google や Microsoft などのサードパーティ プロバイダーからのログイン。
If you're not logging into https://bitbucket.org using a web browser, you'll need to use one of the other methods described on this page.
Atlassian アカウントに関する詳細は次をお読みください。
個人用 SSH キー
Personal SSH keys are used for connecting to Bitbucket using the Git command line interface (git). These SSH keys are suitable for everyday usage of Git. An SSH key may need to be configured to use Bitbucket Cloud with some Git GUI (graphical user interface) apps (where the Git GUI app does not connect through a web browser dialog) such as Git Extensions and TortoiseGit.
If a read-only Access key is suitable; for example, in a CI/CD tool that only uses Git to clone or pull code, use repository and project Access keys.
パーソナル SSH キーを設定するには、以下をご確認ください。
リポジトリ、プロジェクト、ワークスペースのアクセス トークン
Access Tokens are single-purpose access tokens (or passwords) with access to a single repository, project, or workspace. These Access Tokens can be useful for scripting, CI/CD tools, and testing Bitbucket apps and integrations while in development. For details, see Access Tokens.
リポジトリとプロジェクトのアクセス キー
SSH ベースのリポジトリとプロジェクトのアクセス キーは、Git コマンド ライン インターフェイス (git) を使用して Bitbucket に接続するために使用され、作成されたリポジトリまたはプロジェクトへの読み取り専用アクセスを提供します。これらのアクセス キーは、スクリプトや自動化ツール (CI/CD ツールを含む) で Bitbucket への読み取り専用 SSH アクセスが必要な場合に役立ちます。
単一の Bitbucket リポジトリ用の SSH ベースのアクセス キーを作成するには、以下でその方法をご確認ください。
Bitbucket プロジェクトのすべてのリポジトリ用の SSH ベースのアクセス キーを作成するには、以下でその方法をご確認ください。
パスワードを追加する
App passwords are single-purpose access tokens with reduced user access. These passwords can be useful for scripting, CI/CD tools, and testing Bitbucket-connected applications while they're in development. They're sometimes required by third-party applications to connect to Bitbucket Cloud. For details, see App passwords.
OAuth
OAuth is a method of authentication used for connecting third-party apps to Bitbucket Cloud, such as Sourcetree and the Visual Studio Code Jira and Bitbucket extension. Users who are logged into Bitbucket are prompted to authorize access to specific information on Bitbucket. To learn about app development with Bitbucket APIs and OAuth, visit: Atlassian Developer — Getting started.
この内容はお役に立ちましたか?