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

fixes for hazelcast-aws Github issues #29 and #22 #30

Merged
merged 7 commits into from Jun 29, 2017
Merged

fixes for hazelcast-aws Github issues #29 and #22 #30

merged 7 commits into from Jun 29, 2017

Conversation

ghost
Copy link

@ghost ghost commented Jun 13, 2017

No description provided.

@ghost ghost self-assigned this Jun 13, 2017
@ghost ghost requested review from mesutcelik and emrahkocaman June 13, 2017 08:52
@devOpsHazelcast
Copy link
Contributor

Test FAILed.

@devOpsHazelcast
Copy link
Contributor

Test FAILed.

@devOpsHazelcast
Copy link
Contributor

Test PASSed.

@devOpsHazelcast
Copy link
Contributor

Test PASSed.

Copy link
Contributor

@emrahkocaman emrahkocaman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lazerion Can you please move "AwsConfig to Configuration" changes to another PR? I'd prefer keep this PR as small as possible (only solving #29) to fit it in a patch release.

@devOpsHazelcast
Copy link
Contributor

Test PASSed.

@devOpsHazelcast
Copy link
Contributor

Test FAILed.

@devOpsHazelcast
Copy link
Contributor

Test PASSed.

+ "when given iam-role is also empty.");
} else {
if (!StringUtil.isNullOrEmptyAfterTrim(config.getIamRole())) {
getLogger().warning("No need to define iam-role, when access and secret keys are configured!");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please check this? It must be the other way around.

+ "please make sure EC2 instance have proper rights.");
return;
}
throw new InvalidConfigurationException("AWS Secret/Key must not be null or empty, "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That does not allow us not to configure anything regarding credentials...

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.

4 participants