You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kitchen-ec2 driver provides the capability to auto-generate an SSH key when one is not provided; it would be good if this driver could do the same.
The primary purpose of this is to use test kitchen in a CI/CD environment where the runners are shared and we don't have a way to provide a private key on disk.
The kitchen-ec2 driver provides the capability to auto-generate an SSH key when one is not provided; it would be good if this driver could do the same.
The primary purpose of this is to use test kitchen in a CI/CD environment where the runners are shared and we don't have a way to provide a private key on disk.
It looks like the openstack API has a method to create SSH keys, so I imagine this would be technically feasible.
https://developer.openstack.org/api-ref/compute/?expanded=create-or-import-keypair-detail#keypairs-keypairs
The text was updated successfully, but these errors were encountered: