ansible / awx-resource-operator

41 stars 34 forks source link

Add support for ssh_key_unlock #165

Open seb2020 opened 1 month ago

seb2020 commented 1 month ago

As discussed in https://github.com/ansible/awx-resource-operator/issues/164, this PR is for adding support to unlock the ssh key with a password.

On the kubernetes side, you need to have one secret containing the ssh key (id_rsa) and the password (password). You can use the same secret for ssh_secret and ssh_key_unlock

As this is my first PR, can you tell me if everything is correct ?

cooktheryan commented 1 month ago

This looks correct to me pinign @rooftopcellist