Skip to content

Commit 65a714d

Browse files
Merge remote-tracking branch 'remotes/from/ce/main'
2 parents 2d75a9e + 13eff8c commit 65a714d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ui/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vault/expiration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ func (m *ExpirationManager) revokeCommon(ctx context.Context, leaseID string, fo
10941094
// Delete the secondary index, but only if it's a leased secret (not auth)
10951095
if le.Secret != nil {
10961096
var indexToken string
1097-
// Maintain secondary index by token, except for orphan batch tokens and ent tokens
1097+
// Maintain secondary index by token, except for orphan batch tokens and enterprise tokens
10981098
switch le.ClientTokenType {
10991099
case logical.TokenTypeBatch:
11001100
te, err := m.tokenStore.lookupBatchTokenInternal(ctx, le.ClientToken)

0 commit comments

Comments
 (0)