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/18 21:00:08 UTC

[airavata] branch master updated (dac4edf -> 00a1f0f)

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

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


    from dac4edf  Updated the gateway domain with the new domain
     new 47c23ea  Ansible: add Letsencrypt CA (C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3) to client_truststore.jks
     add 5aeea33  Ansible: update keycloak role to setup httpd proxy
     new 00a1f0f  Merge branch 'keycloak-letsencrypt-proxy'

The 2 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:
 .../scigap/develop/group_vars/all/vars.yml         |   1 +
 .../scigap/production/files/client_truststore.jks  | Bin 5398 -> 6618 bytes
 .../scigap/production/group_vars/all/vars.yml      |   3 +-
 .../scigap/staging/files/client_truststore.jks     | Bin 5398 -> 6618 bytes
 .../scigap/staging/group_vars/all/vars.yml         |   1 +
 dev-tools/ansible/keycloak.yml                     |   3 +-
 dev-tools/ansible/roles/keycloak/README.md         |  10 +--
 dev-tools/ansible/roles/keycloak/defaults/main.yml |  15 ++--
 dev-tools/ansible/roles/keycloak/files/README.md   |  36 --------
 .../roles/{httpd => keycloak}/handlers/main.yml    |   4 +-
 dev-tools/ansible/roles/keycloak/tasks/main.yml    |  94 ++++++++++-----------
 .../roles/keycloak/templates/basic-vhost.conf.j2   |   9 ++
 .../roles/keycloak/templates/standalone.xml.j2     |  15 ++--
 .../ansible/roles/keycloak/templates/vhost.conf.j2 |  52 ++++++++++++
 14 files changed, 133 insertions(+), 110 deletions(-)
 delete mode 100644 dev-tools/ansible/roles/keycloak/files/README.md
 copy dev-tools/ansible/roles/{httpd => keycloak}/handlers/main.yml (90%)
 create mode 100644 dev-tools/ansible/roles/keycloak/templates/basic-vhost.conf.j2
 create mode 100644 dev-tools/ansible/roles/keycloak/templates/vhost.conf.j2


[airavata] 02/02: Merge branch 'keycloak-letsencrypt-proxy'

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

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

commit 00a1f0f522932f906ed39157a5416eb34a51a06e
Merge: 47c23ea 5aeea33
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Thu Jun 18 16:59:46 2020 -0400

    Merge branch 'keycloak-letsencrypt-proxy'

 .../scigap/develop/group_vars/all/vars.yml         |  1 +
 .../scigap/production/group_vars/all/vars.yml      |  3 +-
 .../scigap/staging/group_vars/all/vars.yml         |  1 +
 dev-tools/ansible/keycloak.yml                     |  3 +-
 dev-tools/ansible/roles/keycloak/README.md         | 10 +--
 dev-tools/ansible/roles/keycloak/defaults/main.yml | 15 ++--
 dev-tools/ansible/roles/keycloak/files/README.md   | 36 ---------
 .../keycloak/handlers/main.yml}                    | 11 +--
 dev-tools/ansible/roles/keycloak/tasks/main.yml    | 94 +++++++++++-----------
 .../roles/keycloak/templates/basic-vhost.conf.j2   |  9 +++
 .../roles/keycloak/templates/standalone.xml.j2     | 15 ++--
 .../ansible/roles/keycloak/templates/vhost.conf.j2 | 52 ++++++++++++
 12 files changed, 135 insertions(+), 115 deletions(-)


[airavata] 01/02: Ansible: add Letsencrypt CA (C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3) to client_truststore.jks

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

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

commit 47c23ea8d1caf560d9abc52af4680ba33f9bdd61
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Jun 16 17:04:47 2020 -0400

    Ansible: add Letsencrypt CA (C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3) to client_truststore.jks
---
 .../scigap/production/files/client_truststore.jks     | Bin 5398 -> 6618 bytes
 .../scigap/staging/files/client_truststore.jks        | Bin 5398 -> 6618 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/files/client_truststore.jks b/dev-tools/ansible/inventories/scigap/production/files/client_truststore.jks
index a5939c8..f45fc52 100644
Binary files a/dev-tools/ansible/inventories/scigap/production/files/client_truststore.jks and b/dev-tools/ansible/inventories/scigap/production/files/client_truststore.jks differ
diff --git a/dev-tools/ansible/inventories/scigap/staging/files/client_truststore.jks b/dev-tools/ansible/inventories/scigap/staging/files/client_truststore.jks
index a5939c8..f45fc52 100644
Binary files a/dev-tools/ansible/inventories/scigap/staging/files/client_truststore.jks and b/dev-tools/ansible/inventories/scigap/staging/files/client_truststore.jks differ