Re: [libvirt PATCH v3 00/10] make internal only secrets work with split daemons

2021-05-13 Thread Michal Prívozník
On 5/12/21 3:33 PM, Daniel P. Berrangé wrote: > If you define a secret with private="yes", then libvirt won't let any > client query the secret value after it is set. Only other libvirt > drivers inside the daemon can query it by passing a special internal > only flag to the virSecretGetValue API.

[libvirt PATCH v3 00/10] make internal only secrets work with split daemons

2021-05-12 Thread Daniel P . Berrangé
If you define a secret with private="yes", then libvirt won't let any client query the secret value after it is set. Only other libvirt drivers inside the daemon can query it by passing a special internal only flag to the virSecretGetValue API. The remote driver/daemon refuses to let this internal