This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-data-lake.git
The following commit(s) were added to refs/heads/master by this push:
new 29dec50 changing default secret id
29dec50 is described below
commit 29dec50ff1411e6ffd2cee6b1d25f3d0f05c5d39
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Sat Jul 24 22:03:41 2021 -0400
changing default secret id
---
ansible/roles/mft/templates/secret-service/secrets.json.j2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansible/roles/mft/templates/secret-service/secrets.json.j2
b/ansible/roles/mft/templates/secret-service/secrets.json.j2
index cd34c6e..30dcd0e 100644
--- a/ansible/roles/mft/templates/secret-service/secrets.json.j2
+++ b/ansible/roles/mft/templates/secret-service/secrets.json.j2
@@ -1,7 +1,7 @@
[
{
"type": "SCP",
- "secretId": "ssh_storage_preference",
+ "secretId": "ssh_storage_preference_emc_source",
"user": "ubuntu",
"privateKey": "{{ vault_mft_agent_default_ssh_private_key }}",
"publicKey": "{{ vault_mft_agent_default_ssh_public_key }}",