You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2020/05/04 15:59:07 UTC

[airavata-custos] branch develop updated: remove sensitive configs

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 9ee0780  remove sensitive configs
     new 8bce02e  Merge pull request #57 from isururanawaka/cleanup
9ee0780 is described below

commit 9ee0780414524dfa3ffff6d0fd2c700a297fe09b
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Mon May 4 11:58:00 2020 -0400

    remove sensitive configs
---
 .../src/main/resources/federatedAuthenticationCoreService.properties  | 4 ++--
 .../src/main/resources/iamAdminCoreService.properties                 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/custos-core-services/utility-services/custos-configuration-service/src/main/resources/federatedAuthenticationCoreService.properties b/custos-core-services/utility-services/custos-configuration-service/src/main/resources/federatedAuthenticationCoreService.properties
index 9a7f5e5..8551cda 100644
--- a/custos-core-services/utility-services/custos-configuration-service/src/main/resources/federatedAuthenticationCoreService.properties
+++ b/custos-core-services/utility-services/custos-configuration-service/src/main/resources/federatedAuthenticationCoreService.properties
@@ -1,3 +1,3 @@
-ciLogon.admin.client.id=cilogon:/adminClient/22dc117c021f7787a3df8519438d4235/1581020563144
-ciLogon.admin.client.secret=c3o_634Ej3IpLCi98LZAx8JX8TE8WhfRtUSFB1qEPaoBKXblNzdCd6VC8pSCh0-SmWC8Tb729Rs6Mh2nQytL5g
+ciLogon.admin.client.id=admin_client_id
+ciLogon.admin.client.secret=admin_client_sec
 ciLogon.admin.auth.endpoint=https://test.cilogon.org/oauth2/oidc-cm
\ No newline at end of file
diff --git a/custos-core-services/utility-services/custos-configuration-service/src/main/resources/iamAdminCoreService.properties b/custos-core-services/utility-services/custos-configuration-service/src/main/resources/iamAdminCoreService.properties
index 73a8905..ead628f 100644
--- a/custos-core-services/utility-services/custos-configuration-service/src/main/resources/iamAdminCoreService.properties
+++ b/custos-core-services/utility-services/custos-configuration-service/src/main/resources/iamAdminCoreService.properties
@@ -2,8 +2,8 @@ iam.server.client.id=admin-cli
 iam.server.truststore.path=/home/ubuntu/keystore/keycloak-client-truststore.pkcs12
 iam.server.truststore.password=keycloak
 iam.server.url=https://keycloak.custos.scigap.org:31000/auth/
-iam.server.admin.username=keycloak
-iam.server.admin.password=5SocwZ78TEUyyj0R
+iam.server.admin.username=iam_user 
+iam.server.admin.password=iam_password
 iam.server.super.admin.realm.id=master
 iam.federated.cilogon.authorization.endpoint=https://cilogon.org/authorize
 iam.federated.cilogon.token.endpoint=https://cilogon.org/oauth2/token