Has anyone run into an issue when deploying to Azu...
# flyte-support
c
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=
? I'm using the storage config suggested here
t
Hi @calm-zoo-68637, are you using the flyte-binary helm chart?
c
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
No problem. Good to know that you were able to fix the issue!