Skip to content

Commit

Permalink
see if CI hits panic
Browse files Browse the repository at this point in the history
  • Loading branch information
swayne275 committed Nov 16, 2021
1 parent c036a1a commit 1e15aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vault/request_handling.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func (c *Core) fetchACLTokenEntryAndEntity(ctx context.Context, req *logical.Req
if err != nil {
if !c.IsDRSecondary() {
c.logger.Error("failed to lookup acl token", "error", err)
panic("TODO SW let's see if a test can get me a call stack")
}
return nil, nil, nil, nil, ErrInternalError
}
Expand Down

0 comments on commit 1e15aa5

Please sign in to comment.