mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
update comment
This commit is contained in:
@@ -423,7 +423,7 @@ OUTER:
|
||||
}
|
||||
initStatus = true
|
||||
}
|
||||
// Retry parsing the token till success
|
||||
// Retry validating the token till success
|
||||
if err := v.parseSelfToken(); err != nil {
|
||||
v.logger.Printf("[ERR] vault: failed to validate self token/role. Retrying in %v: %v", v.config.ConnectionRetryIntv, err)
|
||||
retryTimer.Reset(v.config.ConnectionRetryIntv)
|
||||
|
||||
Reference in New Issue
Block a user