You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an environment variable for the GCS service account key JSON data Mimir pods that depend on that credential won't start with the error code err="invalid character 't' looking for beginning of value failed to create credentials from JSON.
To Reproduce
Steps to reproduce the behavior:
Specify an ENV var contained GCS service account JSON data like this:
Oddly enough when I deployed the HELM chart using argoCD the error went away. Although its important to note it only works if I provide the env var like this: (Note the '|' character is used for folding instead of ">-".
Describe the bug
When using an environment variable for the GCS service account key JSON data Mimir pods that depend on that credential won't start with the error code
err="invalid character 't' looking for beginning of value failed to create credentials from JSON
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Mimir will start normally and use the above VAR as the GCS credentials to access the bucket
Environment
Additional Context
Note: If I copy the ENV var from one of the pods and paste it in to the above config it works as expected.
The text was updated successfully, but these errors were encountered: