Vincent LEGENDRE
09/02/2022, 7:53 AMcom.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
Are there any guidelines on where to store the required environment variables ? Until now, I tried :
⢠exporting them before octavia apply
⢠rebuilding a custom airbyte/worker docker image, with credentials stored in env variables
I may precise that the destination worked as expected when created from the UI.
-------------
EDIT : always better to read the docs entirely š
⢠Env vars need to be set either in your .octavia file, or in your custom octavia docker image (I chose this option)