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:
Victor Rodriguez
2022-02-04 16:06:32 -05:00
committed by GitHub
parent 56a6ef7ff5
commit 5cda092984
7 changed files with 30 additions and 17 deletions

View File

@@ -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{}{