You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2018/10/29 18:18:55 UTC

[airavata] branch develop updated (ce56a35 -> c759412)

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

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


    from ce56a35  AIRAVATA-2888 Adds isUserExist, getUser to IAM Admin Service
     new 7ef48ba  Added CILogon to HubZero gateway
     new 52da8ac  Merge branch 'develop' of https://github.com/apache/airavata into develop
     new c759412  Added CILogon to USD beta django gateway

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ansible/inventories/scigap/develop/host_vars/usd/vars.yml  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


[airavata] 01/03: Added CILogon to HubZero gateway

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7ef48ba0fb5977ec90600bce811d2050bcee21d6
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Mon Oct 29 13:59:36 2018 -0400

    Added CILogon to HubZero gateway
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
index c950a27..33754e1 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
@@ -36,7 +36,7 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
 auth_options:
   password:
     name: "USD Gateway"
-  #external:
+  external:
   #  - name: "CILogon"
   #    idp_alias: "cilogon"
 


[airavata] 02/03: Merge branch 'develop' of https://github.com/apache/airavata into develop

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 52da8ac14fb90fae7b213fd827bc14df9e9ff054
Merge: 7ef48ba ce56a35
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Mon Oct 29 14:02:07 2018 -0400

    Merge branch 'develop' of https://github.com/apache/airavata into develop

 .../core/impl/TenantManagementKeycloakImpl.java    |  116 +-
 .../core/interfaces/TenantManagementInterface.java |   48 +-
 .../admin/services/core/tests/SetupNewGateway.java |   10 +-
 .../profile/handlers/IamAdminServicesHandler.java  |   73 +-
 .../handlers/UserProfileServiceHandler.java        |   14 +-
 .../iam/admin/services/cpi/IamAdminServices.java   | 2405 ++++++++++++++++++++
 .../service/security/AiravataSecurityManager.java  |    9 +
 .../security/DefaultAiravataSecurityManager.java   |    5 +
 .../service/security/KeyCloakSecurityManager.java  |   87 +-
 .../core/entities/expcatalog/GatewayEntity.java    |   10 +-
 .../expcatalog/GatewayRepositoryTest.java          |    9 +-
 .../security/AiravataSecurityException.java        |    5 +
 .../iam-admin-services-cpi.thrift                  |   10 +
 13 files changed, 2705 insertions(+), 96 deletions(-)


[airavata] 03/03: Added CILogon to USD beta django gateway

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c759412cb45743697066f55061202ba49104f5ec
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Mon Oct 29 14:18:45 2018 -0400

    Added CILogon to USD beta django gateway
---
 .../ansible/inventories/scigap/develop/host_vars/usd/vars.yml     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
index 33754e1..1551994 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
@@ -22,11 +22,11 @@
 #airavata_django_git_branch: "simccs"
 doc_root_dir: "/data/portals/django-usd"
 vhost_servername: "beta.sciencegateway.usd.edu"
-vhost_ssl: false
+vhost_ssl: true
 # sudo certbot --apache certonly -d django.simccs.scigap.org
-#ssl_certificate_file: "/etc/letsencrypt/live/django.interactwel.scigap.org/cert.pem"
-#ssl_certificate_chain_file: "/etc/letsencrypt/live/django.interactwel.scigap.org/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/django.interactwel.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/beta.sciencegateway.usd.edu/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/beta.sciencegateway.usd.edu/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/beta.sciencegateway.usd.edu/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "usd"