9bbc1d41d0
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
7 lines
209 B
YAML
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.
|