Remove unneeded Fields in passthrough

This commit is contained in:
Jeff Mitchell 2016-06-09 10:33:24 -04:00
parent 351f536913
commit e4ce81afa1
1 changed files with 0 additions and 6 deletions

View File

@ -34,12 +34,6 @@ func LeaseSwitchedPassthroughBackend(conf *logical.BackendConfig, leases bool) (
Paths: []*framework.Path{
&framework.Path{
Pattern: ".*",
Fields: map[string]*framework.FieldSchema{
"ttl": &framework.FieldSchema{
Type: framework.TypeString,
Description: "TTL time for this key when read. Ex: 1h",
},
},
Callbacks: map[logical.Operation]framework.OperationFunc{
logical.ReadOperation: b.handleRead,