mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Seal wrap storage entries of the ManagedKeyRegistry. (#13905)
Seal wrap storage entries of the ManagedKeyRegistry. Specify the managed key registry's path in SealWrapStorage in the SystemBackend. Enable SealWrap in the system mount entry.
This commit is contained in:
@@ -425,7 +425,7 @@ func TestSysMounts_headerAuth(t *testing.T) {
|
||||
"passthrough_request_headers": []interface{}{"Accept"},
|
||||
},
|
||||
"local": false,
|
||||
"seal_wrap": false,
|
||||
"seal_wrap": true,
|
||||
"options": interface{}(nil),
|
||||
},
|
||||
"cubbyhole/": map[string]interface{}{
|
||||
@@ -480,7 +480,7 @@ func TestSysMounts_headerAuth(t *testing.T) {
|
||||
"passthrough_request_headers": []interface{}{"Accept"},
|
||||
},
|
||||
"local": false,
|
||||
"seal_wrap": false,
|
||||
"seal_wrap": true,
|
||||
"options": interface{}(nil),
|
||||
},
|
||||
"cubbyhole/": map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user