mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
mongodb secret backend: Improve safety of MongoDB roles storage
This commit is contained in:
@@ -329,4 +329,4 @@ func testAccStepReadLease(t *testing.T) logicaltest.TestStep {
|
||||
}
|
||||
|
||||
const testDb = "foo"
|
||||
const testMongoDBRoles = `["readWrite",{"db":"bar","role":"read"}]`
|
||||
const testMongoDBRoles = `["readWrite",{"role":"read","db":"bar"}]`
|
||||
|
||||
Reference in New Issue
Block a user