mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
vault: Expose MountPoint to secret backend. Fixes #248
This commit is contained in:
@@ -47,6 +47,11 @@ type Request struct {
|
||||
// dynamic secrets with the source entity. This is not a sensitive
|
||||
// name, but is useful for operators.
|
||||
DisplayName string
|
||||
|
||||
// MountPoint is provided so that a logical backend can generate
|
||||
// paths relative to itself. The `Path` is effectively the client
|
||||
// request path with the MountPoint trimmed off.
|
||||
MountPoint string
|
||||
}
|
||||
|
||||
// Get returns a data field and guards for nil Data
|
||||
|
||||
Reference in New Issue
Block a user