mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-19 13:41:10 +02:00
Add missing value to policy ShallowClone
Not related to a bug, just happened to notice it.
This commit is contained in:
parent
a819de5c29
commit
ddc1a66d97
@ -105,6 +105,7 @@ func (p *Policy) ShallowClone() *Policy {
|
||||
Paths: p.Paths,
|
||||
Raw: p.Raw,
|
||||
Type: p.Type,
|
||||
Templated: p.Templated,
|
||||
namespace: p.namespace,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user