We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67684e9 commit 9b59006Copy full SHA for 9b59006
cloud/scope/machine.go
@@ -172,5 +172,6 @@ func (s *MachineScope) SetCredentialRefTokenForLinodeClients(ctx context.Context
172
return fmt.Errorf("credentials from secret ref: %w", err)
173
}
174
s.LinodeClient = s.LinodeClient.SetToken(string(apiToken))
175
+ s.TokenHash = GetHash(string(apiToken))
176
return nil
177
0 commit comments