mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
allow create to create transit keys (#10706)
* allow create to create transit keys * changelog
This commit is contained in:
parent
0545ea4bb2
commit
4144ee0d3d
@ -99,6 +99,7 @@ return the public key for the given context.`,
|
||||
|
||||
Callbacks: map[logical.Operation]framework.OperationFunc{
|
||||
logical.UpdateOperation: b.pathPolicyWrite,
|
||||
logical.CreateOperation: b.pathPolicyWrite,
|
||||
logical.DeleteOperation: b.pathPolicyDelete,
|
||||
logical.ReadOperation: b.pathPolicyRead,
|
||||
},
|
||||
|
||||
3
changelog/10706.txt
Normal file
3
changelog/10706.txt
Normal file
@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
transit: Allow create capability in policies to create transit keys
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user