Open friedrichg opened 1 year ago
Seems related to https://github.com/thanos-io/thanos/issues/6175
@friedrichg @alanprot here's my approach to this, I can add a validate function in pkg/storage/bucket/azure/config.go
which checks whether endpoint_suffix is empty or not, and execute the function right after parsing the command line flags. If error occurs then I can just do os.Exit(1)
. Is this approach correct?
@moki1202 fixing in thanos should be more appropriate
Do we still need a fix for this?
Describe the bug After https://github.com/cortexproject/cortex/commit/da2ad99f2c258537701c2b427195029c838612df all the containers that depend on block storage resources hang on authorization failing to start. There is no message.
it's necessary to specify the endpoint suffix for all values, In my case I had to specify
blob.core.windows.net
the empty value is no longer valid.Expected behavior Cortex should now fail to start if the suffix value is not provided
Additional Context
One can see the problem with