Open seb2020 opened 3 months 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 ?
This looks correct to me pinign @rooftopcellist
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 ?