mirror of
https://github.com/wirenboard/agent-vm.git
synced 2026-07-09 16:00:54 +00:00
agent-vm: set SecretEntry.on_violation for msb 0.5.7 SDK
The 0.5.7 secrets config gained a per-entry on_violation override (Option<ViolationAction>). The token-isolation test constructs a SecretEntry literally, so it must set the new field. None = inherit the collection-level default. Release build was unaffected (only test code constructs SecretEntry); cargo test -p agent-vm now compiles. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ea5821594e
commit
cd7d81fdec
1 changed files with 1 additions and 0 deletions
|
|
@ -1612,6 +1612,7 @@ mod tests {
|
|||
query_params: false,
|
||||
body: false,
|
||||
},
|
||||
on_violation: None,
|
||||
require_tls_identity: true,
|
||||
}],
|
||||
on_violation: Default::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue