Ofer Bezalel

Results 3 comments of Ofer Bezalel

Thanks - I confirmed that it works, and was able to set a secret, and define a Ceph pool using it. Still when I use virsh to read the value,...

virsh set value ``` # virsh secret-set-value a14408e2-e147-4ce9-b081-fd56ffab8e48 AQAGE8hYGi8fFxAAS7c7XdFda/ZblwlF9Z5p/A== Secret value set ``` node-libvirt get value ``` hv.lookupSecretByUUIDAsync('a14408e2-e147-4ce9-b081-fd56ffab8e48').then(secret => secret.getValueAsync()).then(console.log) Promise { _bitField: 0, _fulfillmentHandler0: undefined, _rejectionHandler0: undefined, _promise0: undefined,...

I can confirm that this worked for me with node 6.9.4 - thanks!