Enforce local KV write capabilities
This commit is contained in:
parent
1ab24631cd
commit
5751748458
8 changed files with 118 additions and 10 deletions
|
|
@ -167,6 +167,7 @@ pub enum ControlRequest {
|
|||
name: String,
|
||||
key: String,
|
||||
value: String,
|
||||
subject: Option<String>,
|
||||
},
|
||||
KvGet {
|
||||
name: String,
|
||||
|
|
|
|||
Loading…
Reference in a new issue