mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-19 05:31: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,
|
Paths: p.Paths,
|
||||||
Raw: p.Raw,
|
Raw: p.Raw,
|
||||||
Type: p.Type,
|
Type: p.Type,
|
||||||
|
Templated: p.Templated,
|
||||||
namespace: p.namespace,
|
namespace: p.namespace,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user