I’m getting the following warning while I run my CQ Azure plugin:
2023-09-15T06:04:38Z INF NewDefaultAzureCredential failed to initialize some credentials:
WorkloadIdentityCredential: no token file specified. Check pod configuration or set TokenFilePath in the options
azure-sdk-for-go=azidentity module=azure-src
2023-09-15T06:04:46Z WRN failed to discover billing periods (skipping) error="no Host in request URL" module=azure-src
Kindly help me with the same.
PS. I’ve followed the steps for authentication mentioned in the documentation.
Hi @growing-kid, does the sync work? This warning comes from the Azure Go SDK. There are multiple ways to authenticate, and the SDK can’t know which one the user intended to use. If you’re not using Workload Identity, you can ignore it.