Skip to content

Commit 536097a

Browse files
InverseIntegralMarcosDY
authored andcommitted
Improve comment (spiffe#5058)
Signed-off-by: Matteo Kamm <[email protected]>
1 parent 01f39d8 commit 536097a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/server/plugin/keymanager/hashicorpvault/vault_client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ func (c *Client) LookupSelf(token string) (*vapi.Secret, error) {
337337
ClientToken: id,
338338
Renewable: renewable,
339339
LeaseDuration: int(ttl.Seconds()),
340-
// don't care any parameters
340+
// other parameters are not relevant for token renewal
341341
}
342342
return secret, nil
343343
}

0 commit comments

Comments
 (0)