Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Update configurations for clustering using IAM role
Browse files Browse the repository at this point in the history
  • Loading branch information
shafanaS authored and VimukthiPerera committed Dec 20, 2019
1 parent 02b2629 commit 60420fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/is/manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@
$transport_sender_trust_store_type = 'JKS'
$transport_sender_trust_store_password = 'wso2carbon'

#------------clustering--------------
$aws_access_key = 'ACCESS_KEY'
$aws_secret_key = 'SECRET_KEY'
$aws_region = 'REGION_NAME'
$aws_iam_role = 'IAM_ROLE'
$local_member_host = 'LOCAL-MEMBER-HOST'
$aws_security_group = 'WSO2SecurityGroup'
$aws_tag_key = 'cluster'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,9 @@
Service (GMS) using a TCP ping mechanism.
-->
<parameter name="membershipScheme">aws</parameter>
<parameter name="accessKey"><%= @aws_access_key %></parameter>
<parameter name="secretKey"><%= @aws_secret_key %></parameter>
<parameter name="iamRole"><%= @aws_iam_role %></parameter>
<!-- <parameter name="accessKey"><%#= @aws_access_key %></parameter>-->
<!-- <parameter name="secretKey"><%#= @aws_secret_key %></parameter>-->
<parameter name="securityGroup"><%= @aws_security_group %></parameter>
<parameter name="region"><%= @aws_region %></parameter>
<parameter name="tagKey"><%= @aws_tag_key%></parameter>
Expand Down

0 comments on commit 60420fe

Please sign in to comment.