From 5d16eade63fe667bf166784043329e4677f01e8b Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Mon, 13 Feb 2023 12:36:10 +1100 Subject: [PATCH] changing search keys as per docs --- roles/bitbucket_config/templates/bitbucket.properties.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/bitbucket_config/templates/bitbucket.properties.j2 b/roles/bitbucket_config/templates/bitbucket.properties.j2 index 1a5ef04..b8b62db 100644 --- a/roles/bitbucket_config/templates/bitbucket.properties.j2 +++ b/roles/bitbucket_config/templates/bitbucket.properties.j2 @@ -12,12 +12,12 @@ hazelcast.network.aws.region={{ atl_aws_region }} 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 }} +plugin.search.config.baseurl={{ atl_elasticsearch_endpoint }} {% if elasticsearch_should_auth_with_iam | bool %} -plugin.search.elasticsearch.aws.region={{ atl_aws_region }} +plugin.search.config.aws.region={{ atl_aws_region }} {% else %} -plugin.search.elasticsearch.username={{ atl_elasticsearch_username }} -plugin.search.elasticsearch.password={{ atl_elasticsearch_password }} +plugin.search.config.username={{ atl_elasticsearch_username }} +plugin.search.config.password={{ atl_elasticsearch_password }} {% endif %} setup.displayName=Bitbucket setup.baseUrl = {{ atl_bitbucket_baseurl }}