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

Valid support for arrays or objects #6

Closed
FGRibreau opened this issue May 18, 2015 · 3 comments · Fixed by #20
Closed

Valid support for arrays or objects #6

FGRibreau opened this issue May 18, 2015 · 3 comments · Fixed by #20

Comments

@FGRibreau
Copy link
Owner

FGRibreau commented May 18, 2015

[] are not supported, maybe use something like 0, ... ?

@FGRibreau FGRibreau changed the title Real support for arrays Valid support for arrays May 18, 2015
@Freyskeyd
Copy link
Contributor

This issue can be close due to latest release i think.

@FGRibreau
Copy link
Owner Author

Sadly this one is not related with #10 because common-env still does not support array of objects and can't read arrays from environment variables, that's why this issue is still there :)

@FGRibreau FGRibreau changed the title Valid support for arrays Valid support for arrays or objects Sep 2, 2015
@FGRibreau
Copy link
Owner Author

FGRibreau commented Aug 11, 2016

API idea:

ENRICHMENTS__0_OUTBOUNDFILTERS__0_ROLE_NAME
ENRICHMENTS__1_OUTBOUNDFILTERS__0_ROLE_NAME

for

ENRICHMENTS[0]_OUTBOUNDFILTERS_ROLE_NAME

because [0] is encoded as __0 for the lack of a better alternative

FGRibreau added a commit that referenced this issue Aug 23, 2016
FGRibreau added a commit that referenced this issue Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants