-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set/get secret value do not work properly #89
Comments
@oferb1 okay the |
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, I get it base64 transposed - weird... |
Still not sure what you mean about "transposed" in this case. Can you use node-libvirt to check if virsh is converting to base64 on the way in or out? like store it with virsh and read with node-libvirt and visa versa |
virsh set value
node-libvirt get value
node libvirt set-value
virsh get value
|
I have found the following issues when testing secrets (for Ceph storage pools)
setValue
will clip the passed keyvirsh
retrieves the data base64 transposedThe text was updated successfully, but these errors were encountered: