Skip to content

Commit 6c6d267

Browse files
riita10069nasa9084
andauthored
Update content/ja/docs/concepts/configuration/secret.md
Co-authored-by: nasa9084 <[email protected]>
1 parent f829e16 commit 6c6d267

File tree

1 file changed

+1
-1
lines changed
  • content/ja/docs/concepts/configuration

1 file changed

+1
-1
lines changed

content/ja/docs/concepts/configuration/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Secretsは、{{< glossary_tooltip text="ConfigMaps" term_id="configmap" >}}
2525

2626

2727
{{< caution >}}
28-
KubernetesのSecretは、デフォルトでは、APIサーバーの基礎となるデータストアetcdに暗号化されずに保存されます。APIにアクセスできる人は誰でもSecretを取得または変更でき、etcdにアクセスできる人も同様です。
28+
KubernetesのSecretは、デフォルトでは、APIサーバーの基礎となるデータストア(etcd)に暗号化されずに保存されます。APIにアクセスできる人は誰でもSecretを取得または変更でき、etcdにアクセスできる人も同様です。
2929
さらに、名前空間でPodを作成する権限を持つ人は、そのアクセスを使用して、その名前空間のあらゆるSecretを読むことができます。これには、Deploymentを作成する能力などの間接的なアクセスも含まれます。
3030

3131
Secretsを安全に使用するには、以下の手順を推奨します。

0 commit comments

Comments
 (0)