In this example: ES_PASSWORD=wPLCVI8v+7O/5+tgAm3fzg== ./bin/coco
The password passed via environment is not working, but the same password works in yaml config:
env:
ES_PASSWORD: "wPLCVI8v+7O/5+tgAm3fzg=="
Need to check it is a issue with the environment parse or some other issues.
In this example:
ES_PASSWORD=wPLCVI8v+7O/5+tgAm3fzg== ./bin/cocoThe password passed via environment is not working, but the same password works in yaml config:
Need to check it is a issue with the environment parse or some other issues.