Skip to content

Commit

Permalink
CreateOperation should only be implemented alongside ExistenceCheck (#19
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb committed Feb 8, 2023
1 parent 6b1994e commit 077bb00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions path_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ func (b *backend) pathConfig() *framework.Path {
},
},
Operations: map[logical.Operation]framework.OperationHandler{
logical.CreateOperation: &framework.PathOperation{
Callback: b.pathConfigWrite,
},
logical.UpdateOperation: &framework.PathOperation{
Callback: b.pathConfigWrite,
},
Expand Down

0 comments on commit 077bb00

Please sign in to comment.