zuul-jobs/roles/remove-zuul-sshkey
Tristan de Cacqueray 1e0af6779b Add remove-zuul-sshkey
This change enables a kubectl connection job to just remove the
zuul sshkey, without using the add-build-sshkey role which doesn't
work on pod. To do that, this change moves the sshagent_remove_key
task to a new role and makes add-build-sshkey use the new role.

Change-Id: I5e7288592cad303df919220259f5a360bf522f64
2020-05-15 12:24:33 +00:00
..
library Add remove-zuul-sshkey 2020-05-15 12:24:33 +00:00
tasks Add remove-zuul-sshkey 2020-05-15 12:24:33 +00:00
__init__.py Add remove-zuul-sshkey 2020-05-15 12:24:33 +00:00
README.rst Add remove-zuul-sshkey 2020-05-15 12:24:33 +00:00

Remove the zuul ssh key

This role is intended to be run on the Zuul Executor at the start of every job to prevent access to public Zuul ssh connection.