You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the pkg/splunk/client/azureblobclient.go is based on the Go net/http module, requiring manual construction of all requests instead of using the official Azure SDK for Go. We have observed a couple of issues related to the authentication requests, see Additional context section.
Please select the type of request
Enhancement
Tell us more
Describe the request
Expected behavior
Splunk setup on K8S
aadpodbinding
and App Framework with Azure blob storageReproduction/Testing steps
K8s environment
Proposed changes(optional)
armstorage.BlobContainersClient
instead (or https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob)azidentity.NewDefaultAzureCredential()
for authentication and token refreshAdditional context
We got connect: cannot assign requested address error message intermittently:
And #1356
The text was updated successfully, but these errors were encountered: