Re: [libvirt] [PATCH 1/4] virsh: secret: Add 'secret-passwd' command

2020-01-21 Thread Peter Krempa
On Tue, Jan 21, 2020 at 13:34:27 +, Daniel Berrange wrote: > On Fri, Jan 10, 2020 at 04:42:41PM +0100, Peter Krempa wrote: > > Add a command which allows to read a secret value from terminal. > > 'secret-passwd' is chosen as a name as the password has limitations as > > passwords do have (print

Re: [libvirt] [PATCH 1/4] virsh: secret: Add 'secret-passwd' command

2020-01-21 Thread Daniel P . Berrangé
On Fri, Jan 10, 2020 at 04:42:41PM +0100, Peter Krempa wrote: > Add a command which allows to read a secret value from terminal. > 'secret-passwd' is chosen as a name as the password has limitations as > passwords do have (printable, terminated by newline which is not > contained in the value). Thi

[libvirt] [PATCH 1/4] virsh: secret: Add 'secret-passwd' command

2020-01-10 Thread Peter Krempa
Add a command which allows to read a secret value from terminal. 'secret-passwd' is chosen as a name as the password has limitations as passwords do have (printable, terminated by newline which is not contained in the value). This makes it way more user-friendly to use the secret driver with virsh