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

Allow instance attributes to be provided from config file. #893

Closed
wants to merge 1 commit into from

Conversation

ejholmes
Copy link
Contributor

@ejholmes ejholmes commented Jul 19, 2017

This is basically another case of #732, where instance attributes from the config file get overridden by the empty instance attributes from the environment.

I think the underlying problem was that ZeroOrNil in the utils package didn't handle map's, so I fixed the issue there. Based on git grep ZeroOrNil it looks like this wouldn't have any unintended side effects.

Licensing

This contribution is under the terms of the Apache 2.0 License: yes

Another case of aws#732,
instance attributes from the config file get overriden by the nil
instance attributes from the environment.
@petderek
Copy link
Contributor

@ejholmes Thank you!! Can you confirm that this contribution is licensed under the terms of the Apache 2.0 license?

@ejholmes
Copy link
Contributor Author

@petderek sorry about that! Update the PR description with the license.

@petderek
Copy link
Contributor

petderek commented Aug 1, 2017

@ejholmes Could you respond "yes" after the colon in the template?

Also, I'd like to make a few additional changes to the unit tests. I'll open another PR in addition to this one and carry your commit into it (assuming the license is squared away). Thank you!

@ejholmes
Copy link
Contributor Author

ejholmes commented Aug 1, 2017

@petderek updated.

@petderek petderek mentioned this pull request Aug 1, 2017
8 tasks
@petderek
Copy link
Contributor

petderek commented Aug 1, 2017

Merged with #908

@petderek petderek closed this Aug 1, 2017
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.

2 participants