You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/06/10 21:56:33 UTC

[airavata] branch develop updated: Ansible: remove incommon rsa cert in dev env

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new e58c6c2  Ansible: remove incommon rsa cert in dev env
e58c6c2 is described below

commit e58c6c23a0f03fc8ebe0cc409999305de4291738
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Jun 10 17:52:49 2020 -0400

    Ansible: remove incommon rsa cert in dev env
---
 dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml b/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml
index 50a565f..194ace4 100644
--- a/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml
@@ -31,4 +31,4 @@ django_database_name: "django_{{ gateway_id }}"
 django_hidden_airavata_apps: "['django_airavata_dataparsers']"
 django_tus_endpoint: "https://tus.dev.scigap.org/files/"
 airavata_django_git_branch: "develop"
-django_keycloak_ca_certfile_path: 'os.path.join(BASE_DIR, "django_airavata", "resources", "incommon_rsa_server_ca.pem")'
+# django_keycloak_ca_certfile_path: 'os.path.join(BASE_DIR, "django_airavata", "resources", "incommon_rsa_server_ca.pem")'