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

[WIP] Allowing comma-separated slices in ATHENS_GO_BINARY_ENV_VARS #1505

Closed
wants to merge 1 commit into from

Conversation

arschles
Copy link
Member

@arschles arschles commented Dec 20, 2019

What is the problem I am trying to address?

As described in #1404, it's currently impossible to allow for comma-separated lists in the ATHENS_GO_BINARY_ENV_VARS environment variable

How is the fix applied?

I've made the EnvList type implement a envconfig custom decoder to accommodate slices

Note that this is still a WIP because I have yet to write tests for it. I've also seen a bug in the wild that seems to duplicate the last key/value pair in the environment.

Mention the issue number it fixes or add the details of the changes if it doesn't have a specific issue.

Fixes #1404

@ghost
Copy link

ghost commented Jan 20, 2020

I assigned myself so my task manager picks it up, I'm interested in helping here.

@marwan-at-work
Copy link
Contributor

@arschles let us know when this is no longer WIP, I'm also happy to pick it up if you're busy.

I think it would be a good issue to get out in the next patch release as people have reported that they are blocked by this :)

@marwan-at-work
Copy link
Contributor

closed via #1531

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

Successfully merging this pull request may close these issues.

Config fields defined as slices cannot have commas in item values
2 participants