Has anyone run into an issue when deploying to Azure where your pods logs say:
Copy code
{"json":{},"level":"error","msg":"Failed to initialize storage config","ts":"2023-08-01T06:54:28Z"}
panic: unable to configure the storage for azure. Error: storage: service returned error: StatusCode=403, ErrorCode=AuthenticationFailed, ErrorMessage=Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:6096a130-201e-0061-1c45-c4ebdc000000
Time:2023-08-01T06:54:28.9578857Z, RequestInitiated=Tue, 01 Aug 2023 06:54:28 GMT, RequestId=6096a130-201e-0061-1c45-c4ebdc000000, API Version=, QueryParameterName=, QueryParameterValue=
Hi @calm-zoo-68637, are you using the flyte-binary helm chart?
c
calm-zoo-68637
08/02/2023, 5:45 AM
sorry for not updating the thread, Samhita, the issue was lack of sovereign cloud support which I fixed in this PR (waiting for a reviewer). I'm able to run successfully using a container I built by forking flyte and using the changes in my PR
t
tall-lock-23197
08/02/2023, 6:10 AM
No problem. Good to know that you were able to fix the issue!