mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Fix physical/postgresql to return the full entry key (#6044)
Fixes #6041
This commit is contained in:
@@ -164,7 +164,7 @@ func (m *PostgreSQLBackend) Get(ctx context.Context, fullPath string) (*physical
|
||||
}
|
||||
|
||||
ent := &physical.Entry{
|
||||
Key: key,
|
||||
Key: fullPath,
|
||||
Value: result,
|
||||
}
|
||||
return ent, nil
|
||||
|
||||
Reference in New Issue
Block a user