You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2_ja/bitbucket-integration.adoc
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ CircleCI requests the following permissions from Bitbucket, as defined in the ht
54
54
**Write Permissions**
55
55
56
56
- ユーザーのリポジトリ リストを取得する
57
-
- ユーザー アカウントへの SSH 鍵の追加
57
+
- ユーザーアカウントへの SSH キーの追加
58
58
59
59
**Admin Permissions**, needed for setting up a project
60
60
@@ -81,9 +81,9 @@ When you add a new project, CircleCI creates a deployment key on Bitbucket for y
81
81
82
82
**What is a user key?**
83
83
84
-
A user key is user-specific an SSH key-pair. Bitbucket stores the public key, and CircleCI stores the private key. 秘密鍵を持っていると、プロジェクトへの「Git」アクセスの目的で、そのユーザーとして行動することができます。
84
+
A user key is user-specific an SSH key-pair. Bitbucket stores the public key, and CircleCI stores the private key. プライベートキーを持っていると、プロジェクトへの「Git」アクセスの目的で、そのユーザーとして行動することができます。
85
85
86
-
現在、Bitbucket は、ユーザー キーを作成する API を CircleCI に提供していません。 However, it is still possible to create a user key by following the workaround in the section below.
86
+
現在、Bitbucket は、ユーザーキーを作成する API を CircleCI に提供していません。 However, it is still possible to create a user key by following the workaround in the section below.
87
87
88
88
[#create-a-bitbucket-user-key]
89
89
=== Create a Bitbucket user key
@@ -101,7 +101,7 @@ This SSH user key will have a "PREFERRED" label. If the project also has a deplo
101
101
[#how-are-private-keys-used]
102
102
=== How are private keys used?
103
103
104
-
When CircleCI builds your project, the private key is installed into the `.ssh` directory and SSH is subsequently configured to communicate with your version control provider. したがって、秘密鍵は以下の用途で使用されます。
104
+
When CircleCI builds your project, the private key is installed into the `.ssh` directory and SSH is subsequently configured to communicate with your version control provider. したがって、プライベートキーは以下の用途で使用されます。
105
105
106
106
- メインプロジェクトのチェックアウト
107
107
- Checking out any Bitbucket-hosted submodules
@@ -111,16 +111,16 @@ When CircleCI builds your project, the private key is installed into the `.ssh`
111
111
Private keys are also used to <<#enable-your-project-to-check-out-additional-private-repositories,enable your project to check out additional private repositories>>.
The private keys of the checkout key-pairs CircleCI generates never leave the CircleCI systems (only the public key is transmitted to Bitbucket) and are safely encrypted in storage. しかし、これらはビルド コンテナにインストールされるため、CircleCI で実行されるすべてのコードによって読み取ることができます。 同様に、SSH 鍵を使用できる開発者は、この鍵に直接アクセスできます。
118
+
The private keys of the checkout key-pairs CircleCI generates never leave the CircleCI systems (only the public key is transmitted to Bitbucket) and are safely encrypted in storage. しかし、これらはビルド コンテナにインストールされるため、CircleCI で実行されるすべてのコードによって読み取ることができます。 同様に、SSH キーを使用できる開発者は、このキーに直接アクセスできます。
119
119
120
-
SSH 鍵は信頼するユーザーとのみ共有してください。 Bitbucket collaborators on projects employing user keys can access your repositories, therefore, only entrust a user key to someone with whom you would entrust your source code.
120
+
SSH キーは信頼するユーザーとのみ共有してください。 Bitbucket collaborators on projects employing user keys can access your repositories, therefore, only entrust a user key to someone with whom you would entrust your source code.
0 commit comments