mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
Add password property
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<username>{{ atl_jdbc_user }}</username>
|
||||
{% if atl_product_version.split(".")[:2] | join(".") is version('9.11', '>=') and atl_secretsmanager_aws_region is defined and atl_secretsmanager_aws_region != "" and atl_secretsmanager_aws_secret_id is defined and atl_secretsmanager_aws_secret_id != "" -%}
|
||||
<atlassian-password-cipher-provider>com.atlassian.secrets.store.aws.AwsSecretsManagerStore</atlassian-password-cipher-provider>
|
||||
<password>{"region": "{{ atl_secretsmanager_aws_region }}", "secretId": "{{ atl_secretsmanager_aws_secret_id }}"}</password>
|
||||
{% else -%}
|
||||
<password>{{ atl_jdbc_password | replace("&", "&") }}</password>
|
||||
{% endif -%}
|
||||
|
||||
Reference in New Issue
Block a user