You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2017/08/07 17:05:41 UTC

airavata git commit: adding comment to the sharing reg. tls enabled configuration

Repository: airavata
Updated Branches:
  refs/heads/develop a0d83fe09 -> 0d9d15280


adding comment to the sharing reg. tls enabled configuration


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/0d9d1528
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/0d9d1528
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/0d9d1528

Branch: refs/heads/develop
Commit: 0d9d15280eaf4a8d7945f2f438035ce87403425a
Parents: a0d83fe
Author: scnakandala <su...@gmail.com>
Authored: Mon Aug 7 13:05:37 2017 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Mon Aug 7 13:05:37 2017 -0400

----------------------------------------------------------------------
 .../server/src/main/resources/airavata-server.properties           | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/0d9d1528/modules/configuration/server/src/main/resources/airavata-server.properties
----------------------------------------------------------------------
diff --git a/modules/configuration/server/src/main/resources/airavata-server.properties b/modules/configuration/server/src/main/resources/airavata-server.properties
index 8c58280..29e5b5a 100644
--- a/modules/configuration/server/src/main/resources/airavata-server.properties
+++ b/modules/configuration/server/src/main/resources/airavata-server.properties
@@ -115,6 +115,8 @@ sharingcatalog.validationQuery=SELECT 1 from CONFIGURATION
 sharing_server=org.apache.airavata.sharing.registry.server.SharingRegistryServer
 sharing.registry.server.host=localhost
 sharing.registry.server.port=7878
+# tls enable is supported only in standalone sharing registry server mode
+#(nsg-cipres) usecase
 sharing.tls.enabled=false
         
 ###########################################################################