Skip to content

Commit

Permalink
chore: remove comment about WI change mode
Browse files Browse the repository at this point in the history
Identity change mode was implemented in #18943 and handles the update at
the task level, so workload identity manager receives the update as
expected.
  • Loading branch information
lgfa29 committed Nov 9, 2023
1 parent 128c71b commit 11529c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/widmgr/widmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ func (m *WIDMgr) renew() {
}

// Renew all tokens together since its cheap
// FIXME this will have to be revisited once we support identity change modes
tokens, err := m.signer.SignIdentities(m.minIndex, reqs)
if err != nil {
retry++
Expand Down

0 comments on commit 11529c9

Please sign in to comment.