You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2021/02/22 03:34:11 UTC

[airavata-mft] 02/05: Custos Secret backend, passing AuthZToken

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git

commit da0e778f5b21b154f844c58b330e983a87e3046d
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Wed Feb 3 14:21:41 2021 -0500

    Custos Secret backend, passing AuthZToken
---
 agent/src/main/resources/application.properties                       | 2 +-
 .../secret-service/server/src/main/resources/application.properties   | 4 ++--
 .../src/main/resources/distribution/conf/application.properties       | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/agent/src/main/resources/application.properties b/agent/src/main/resources/application.properties
index 5863e25..379794a 100644
--- a/agent/src/main/resources/application.properties
+++ b/agent/src/main/resources/application.properties
@@ -17,7 +17,7 @@
 
 spring.main.web-application-type=NONE
 agent.id=mft-agent-a
-agent.secret=jENXjJetKXvffqRjLK9PWXZWMegz7d7cJG8VXGHo
+agent.secret=CHANGE_ME
 agent.host=localhost
 agent.user=dimuthu
 agent.http.port=3333
diff --git a/services/secret-service/server/src/main/resources/application.properties b/services/secret-service/server/src/main/resources/application.properties
index 7a1a0f5..6c315cb 100644
--- a/services/secret-service/server/src/main/resources/application.properties
+++ b/services/secret-service/server/src/main/resources/application.properties
@@ -28,5 +28,5 @@ file.backend.secret.file=secrets.json
 #Configurations for Custos Backend
 custos.host=custos.scigap.org
 custos.port=31499
-custos.id=custos-2zuomcugra3ebgsqtzmf-10000514
-custos.secret=mupUhF4JL0S3IFHBjfhiTfLJS1NgSWfvkCj3l6c7
\ No newline at end of file
+custos.id=CHANGE_ME
+custos.secret=CHANGE_ME
\ No newline at end of file
diff --git a/services/secret-service/server/src/main/resources/distribution/conf/application.properties b/services/secret-service/server/src/main/resources/distribution/conf/application.properties
index f904f17..e5b6af0 100644
--- a/services/secret-service/server/src/main/resources/distribution/conf/application.properties
+++ b/services/secret-service/server/src/main/resources/distribution/conf/application.properties
@@ -28,5 +28,5 @@ file.backend.secret.file=secrets.json
 # Configurations for Custos Backend
 custos.host=custos.scigap.org
 custos.port=31499
-custos.id=custos-2zuomcugra3ebgsqtzmf-10000514
-custos.secret=mupUhF4JL0S3IFHBjfhiTfLJS1NgSWfvkCj3l6c7
\ No newline at end of file
+custos.id=CHANGE_ME
+custos.secret=CHANGE_ME
\ No newline at end of file