Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit efea9a0

Browse files
committed
reinstate config createOperation
1 parent 1cb3b55 commit efea9a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

path_config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func pathConfig(b *backend) *framework.Path {
3131
},
3232
Callbacks: map[logical.Operation]framework.OperationFunc{
3333
logical.UpdateOperation: b.pathConfigWrite,
34+
logical.CreateOperation: b.pathConfigWrite,
3435
logical.ReadOperation: b.pathConfigRead,
3536
},
3637

0 commit comments

Comments
 (0)