mistral/releasenotes/notes/std-ssh-add-pkey-2c665a81ff9fbdfd.yaml
Jose Castro Leon 9bbc1d41d0 Adds private_key parameter in the standard ssh actions
This method allows to specify a private key and avoids its storage
in the filesystem of the executors. This can be used later in
combination of a secrets_retrieve to use keys stored in barbican.

Change-Id: Ide438a7f6d24c8bdc9eb2c82e935fd39a6acc2c6
Closes-Bug: #1806703
2018-12-05 08:10:57 +01:00

7 lines
209 B
YAML

---
features:
- |
Adds the parameter private_key in the standard ssh actions. This allows a
user to specify the key to use instead of using the ones available in the
filesystem of the executors.