https://flyte.org logo
#ask-the-community
Title
# ask-the-community
g

Gopal Vashishtha

08/01/2023, 7:00 AM
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
s

Samhita Alla

08/02/2023, 5:10 AM
Hi @Gopal Vashishtha, are you using the flyte-binary helm chart?
g

Gopal Vashishtha

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
s

Samhita Alla

08/02/2023, 6:10 AM
No problem. Good to know that you were able to fix the issue!
5 Views