.net core batch job and pool delete operations fail to authenticate
See original GitHub issueHaving some issues with the the pool and job delete operations when running .net core 1.1, version 6.1.0 of the SDK.
ClientRequestId:
RequestId xxxx
HttpStatusCode:Forbidden
StatusMessage:Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
Error Code = AuthenticationFailed, Lang=en-US, Message = Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:xxxx
Time:2017-05-05T07:51:18.6188868Z
Additional Values:
Error Details key=AuthenticationErrorDetail value=The MAC signature found in the HTTP request 'xxxx' is not the same as any computed signature. Server used following string to sign: 'DELETE
Getting this error on:
- BatchClient.PoolOperations.DeletePoolAsync
- batchClient.JobOperations.DeleteJobAsync
- BatchClient.PoolOperations.DeletePool
- BatchClient.JobOperations.DeleteJob
All the other operations are working, but these two won’t authenticate.
Read that this might be a issue with a proxy cache, any way to disable that when running the sdk? https://social.msdn.microsoft.com/Forums/SqlServer/en-US/67183d62-60ab-4ef0-a1ca-b765d85ea2f6/authenticationfailed?forum=azurebatch
Any quick solutions?
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Azure batch pool deletion failure
An Azure batch pool deletion failure occurs. You can review the symptoms, understand the causes, and apply solutions to this problem.
Read more >Connecting to Azure Batch behind proxy
NET Core, but it was fixed in 7.0.1, and I assume you're using 8.0.1? The first thing I would do is verify (using...
Read more >Known issues
The following list provides descriptions of known issues in Relativity. For a current list of Relativity enhancements and resolved issues, please visit the ......
Read more >Service accounts overview | IAM Documentation
Compute instances for batch jobs and fault-tolerant workloads. ... Manage workforce identity pools and providers · Delete workforce identity federation ...
Read more >Chapter 2 Server Error Message Reference
Occurs for failure to create or copy a file needed for some operation. Possible causes: Permissions problem for source file; destination file already...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This has been fixed in Azure.Batch 7.0.1. Thanks for the report @LeifRoss
It is back, and is being tracked by #4602 - A fix is in PR here #4689 and will be released as 9.0 shortly.