Anyone getting errors from azure for no reason lat...
# general
p
Anyone getting errors from azure for no reason lately? Im getting an error access denied but Im accessing the content Im intending to change...lol weird. 🤔
b
what type of error?
p
Well interestingly enough its an permission denied error. Lemme share since it has no personal info in it.
Copy code
error: saving update info: blob (key ".pulumi/stacks/PlatLab.json -> .pulumi/history/PlatLab/PlatLab-1617305922164545600.checkpoint.json") (code=Unknown): -> <http://github.com/Azure/azure-storage-blob-go/azblob.newStorageError|github.com/Azure/azure-storage-blob-go/azblob.newStorageError>, D:/a/pulumi/pulumi/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.13.0/azblob/zc_storage_error.go:42
===== RESPONSE ERROR (ServiceCode=AuthorizationPermissionMismatch) =====
Description=This request is not authorized to perform this operation using this permission.
RequestId:6a2a322e-a01e-0008-6c2e-272e1b000000
Time:2021-04-01T19:38:42.3724160Z, Details:
   Code: AuthorizationPermissionMismatch
   PUT <https://stateadmin.blob.core.windows.net/pulumistate/.pulumi/history/PlatLab/PlatLab-1617305922164545600.checkpoint.json?se=2021-05-01t03%3A14%3A22z&sig=REDACTED&sp=rwdlacx&spr=https&srt=sco&ss=b&st=2021-04-01t19%3A14%3A22z&sv=2020-02-10&timeout=61>
   User-Agent: [go-cloud/blob/0.1.0 Azure-Storage/0.13 (go1.16.2; Windows_NT)]
   X-Ms-Client-Request-Id: [991abda5-eda5-423e-662a-e78420777a79]
   X-Ms-Copy-Source: [<https://stateadmin.blob.core.windows.net/pulumistate/.pulumi/stacks/PlatLab.json?se=2021-05-01t03%3A14%3A22z&sig=REDACTED&sp=rwdlacx&spr=https&srt=sco&ss=b&st=2021-04-01t19%3A14%3A22z&sv=2020-02-10>]
   X-Ms-Tags: []
   X-Ms-Version: [2019-12-12]
   --------------------------------------------------------------------------------
   RESPONSE Status: 403 This request is not authorized to perform this operation using this permission.
   Content-Length: [279]
   Content-Type: [application/xml]
   Date: [Thu, 01 Apr 2021 19:38:42 GMT]
   Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
   X-Ms-Client-Request-Id: [991abda5-eda5-423e-662a-e78420777a79]
   X-Ms-Error-Code: [AuthorizationPermissionMismatch]
   X-Ms-Request-Id: [6a2a322e-a01e-0008-6c2e-272e1b000000]
   X-Ms-Version: [2019-12-12]
However this is not a problem for me. Im still writing to the state file and everything no issue. Dunno what this error is for then
g
Sounds like https://github.com/pulumi/pulumi/issues/6596. Can you add any additional context about your environment or how you're providing credentials to that issue?
p
sure, I can do that
There you are. I have attached logs to my post as well in hopes that this may help shine some light on the issue.
b
FYI I'm sure you guys figured this out already but azure was having all kinds of issues today and might still be having issues: https://status2.azure.com/
p
Yeah, however this doesnt seem to be related to azure and instead is related to Pulumi.
b
I am actually looking into this issue right now - something has changed in the underlying library that we use and I am trying to help them identify it
p
Oh gotcha. Thanks Paul.
180 Views