Skip to content

Commit

Permalink
backport of commit c9b18c4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb authored Jul 4, 2023
1 parent 3315070 commit 3fedad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/token_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ func (ts *TokenStore) paths() []*framework.Path {
logical.ReadOperation: &framework.PathOperation{
Callback: ts.handleLookup,
DisplayAttrs: &framework.DisplayAttributes{
OperationSuffix: "self3", // avoid collision with lookup-self
OperationSuffix: "2",
},
},
logical.UpdateOperation: &framework.PathOperation{
Expand Down

0 comments on commit 3fedad8

Please sign in to comment.