-
Notifications
You must be signed in to change notification settings - Fork 50
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
Conversation
Test FAILed. |
Test FAILed. |
Test PASSed. |
Test PASSed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test PASSed. |
…d in config file.
Test FAILed. |
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!"); |
There was a problem hiding this comment.
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, " |
There was a problem hiding this comment.
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...
No description provided.