infinilabs / infinilabs/framework
Environment Support Complex Value
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29
- Forks
- 21
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 16
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the shown ES_PASSWORD environment value and compare its handling with the equivalent YAML configuration. Trace the environment parsing entry point to determine whether characters such as +, /, and = are altered. Done means the environment value works equivalently to the YAML value, with a regression test covering this password.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100