diff --git a/nomad/vault.go b/nomad/vault.go index aecfb3665..0c0a5a0af 100644 --- a/nomad/vault.go +++ b/nomad/vault.go @@ -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)