From 408809ec8ac84406b22c37cade9343a303dd7ca7 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <jean-paul@privatestorage.io> Date: Mon, 23 May 2022 16:38:14 +0000 Subject: [PATCH] further slight rewording --- morph/grid/local/private-keys/README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/morph/grid/local/private-keys/README.rst b/morph/grid/local/private-keys/README.rst index 3a0ae225..176f0d54 100644 --- a/morph/grid/local/private-keys/README.rst +++ b/morph/grid/local/private-keys/README.rst @@ -11,7 +11,8 @@ You can find more information about some of these secrets in ``ops/generating-ke deploy_key ---------- -This SSH private key authenticates CD and authorizes triggering a deployment update on the deployment hosts. +This SSH private key authenticates an account used by the continuous deployment system. +Each node authorizes that account to trigger a deployment update on itself. The corresponding SSH public key is kept in the ``public-keys`` location. grafana-admin.password -- GitLab