mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-1157: Give elastic search IAM authentication boolean variable a better name
This commit is contained in:
@@ -13,7 +13,7 @@ hazelcast.network.aws.tag.value={{ atl_aws_stack_name }}
|
||||
hazelcast.group.name={{ atl_aws_stack_name }}
|
||||
hazelcast.group.password={{ atl_aws_stack_name }}
|
||||
plugin.search.elasticsearch.baseurl={{ atl_elasticsearch_endpoint }}
|
||||
{% if elasticsearch_auth_iam == 'true' %}
|
||||
{% if elasticsearch_should_auth_with_iam == 'true' %}
|
||||
plugin.search.elasticsearch.aws.region={{ atl_aws_region }}
|
||||
{% else %}
|
||||
plugin.search.elasticsearch.username={{ atl_elasticsearch_username }}
|
||||
|
||||
Reference in New Issue
Block a user