mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Porting identity store (#3419)
* porting identity to OSS * changes that glue things together * add testing bits * wrapped entity id * fix mount error * some more changes to core * fix storagepacker tests * fix some more tests * fix mount tests * fix http mount tests * audit changes for identity * remove upgrade structs on the oss side * added go-memdb to vendor
This commit is contained in:
@@ -313,6 +313,7 @@ func TestSysGenerateRoot_Update_OTP(t *testing.T) {
|
||||
"path": "auth/token/root",
|
||||
"explicit_max_ttl": json.Number("0"),
|
||||
"expire_time": nil,
|
||||
"entity_id": "",
|
||||
}
|
||||
|
||||
resp = testHttpGet(t, newRootToken, addr+"/v1/auth/token/lookup-self")
|
||||
@@ -403,6 +404,7 @@ func TestSysGenerateRoot_Update_PGP(t *testing.T) {
|
||||
"path": "auth/token/root",
|
||||
"explicit_max_ttl": json.Number("0"),
|
||||
"expire_time": nil,
|
||||
"entity_id": "",
|
||||
}
|
||||
|
||||
resp = testHttpGet(t, newRootToken, addr+"/v1/auth/token/lookup-self")
|
||||
|
||||
Reference in New Issue
Block a user