Open trp-trpht40 opened 4 years ago
Hello @trp-trpht40,
I tried recreating the issue using two different IAM roles for connecting two clusters and there seems to be no problem. Is the issue still present? If that is the case, could you provide more information?
We are currently running 2 different sets of Hazelcast members that use different IAM roles. The members currently discover each other but once the member from the 2nd group using a different IAM role joins the discovery plugin on the 1st group of members is trying to use the role for the second group as well and failing.
1st member group discovery configuration:
2nd member group discovery configuration:
Once group 2 members join the cluster on Group 2 members we see the following logs:
Expected behavior is to let Group1 members and Group2 members keep using their respective IAM roles as provided in the configuration and not override them.