You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/02/03 14:37:28 UTC

[incubator-dlab] branch develop updated (2b8488c -> 87ec516)

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

mykolabodnar pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


    from 2b8488c  [DLAB-1511] Pass cloud provider to FE on 'Environment Management' page
     new a0bf2dc  Merge pull request #7 from apache/develop
     new aa8c449  DLAB-1449 moved keycloak deployment script to other directory
     new 6d0425a  DLAB-1453 added docs for Keycloak installation script
     new 87ec516  Merge pull request #573 from leonidfrolov/develop

The 8383 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:
 README.md                                          |   54 +-
 .../scripts/deploy_keycloak/deploy_keycloak.py     |  128 +++
 .../deploy_keycloak/templates/keycloak.service}    |   16 +-
 .../scripts/deploy_keycloak/templates/nginx.conf   |   14 +
 .../scripts/deploy_keycloak/templates/realm.json   | 1207 ++++++++++++++++++++
 5 files changed, 1405 insertions(+), 14 deletions(-)
 create mode 100644 infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py
 copy infrastructure-provisioning/{src/general/templates/os/debian/superset-notebook.service => scripts/deploy_keycloak/templates/keycloak.service} (69%)
 create mode 100644 infrastructure-provisioning/scripts/deploy_keycloak/templates/nginx.conf
 create mode 100644 infrastructure-provisioning/scripts/deploy_keycloak/templates/realm.json


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org