Barak Amar

Results 27 comments of Barak Amar

The rate limit above is based on extending the lakeFS OpenAPI first to retry-after (backoff) response first and than add the client support. Note that the issue above can origin...

Example of an error we get while attempting to put an object to a storage configured using pod managed identity ``` ===== INTERNAL ERROR ===== DefaultAzureCredential authentication failed GET http://169.254.169.254/metadata/identity/oauth2/token...

Using the following packages, managed to write a test code to work with pod managed identity to access the storage: ```go "github.com/Azure/azure-sdk-for-go/sdk/azidentity" "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob" ``` Followed the [Use managed identities in...

> @nopcoder was this fixed as part of upgrading the Azure SDK? sdk was updated - but the above doesn't tested using our helm chart. It was tested locally and...

Update issue title - relevant to all storage types