Add BackendType to existing backends (#3078)

This commit is contained in:
Calvin Leung Huang
2017-07-28 14:04:46 -04:00
committed by GitHub
parent 158c21905e
commit dd72c96dc8
22 changed files with 49 additions and 41 deletions

View File

@@ -113,8 +113,8 @@ func Backend(conf *logical.BackendConfig) (*backend, error) {
pathIdentityWhitelist(b),
pathTidyIdentityWhitelist(b),
},
Invalidate: b.invalidate,
Invalidate: b.invalidate,
BackendType: logical.TypeCredential,
}
return b, nil