Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected behaviour on list of environment variables. #73

Open
vriabets-blackbird opened this issue Nov 3, 2023 · 1 comment
Open

Comments

@vriabets-blackbird
Copy link

So the issue when I trie to provide multiple env vars

environment: ENVIRONMENT=production,AWS_WHITE_LIST=foo.bar,jenkins,bar.baz,baz.foo,DB_NAME=sfasfsf,DB_USERNAME=asdasdasd,SLACK_CHANNEL_ID=QWERTY

On providing AWS_WHITE_LIST it will read only to foo.bar first element, and then it stops and will go to next env var. Escaping. quoting won't work here.

@hongkongkiwi
Copy link

Might be better to turn environment variables into a map instead of an interpreted string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants