This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit cebd7d76fabdc783efc5045cfb0ddb362841c647 Merge: f6709b2 68291b6 Author: Leonid Frolov <[email protected]> AuthorDate: Tue Aug 31 13:31:24 2021 +0300 Merge pull request #1276 from apache/DATALAB-1342 [DATALAB-1342]: added Keycloak client creation during ssn deployment and removal during termination .../scripts/deploy_datalab.py | 4 +-- .../scripts/configure_keycloak.py | 16 ++++++--- .../src/general/scripts/aws/edge_configure.py | 2 +- .../src/general/scripts/aws/ssn_configure.py | 21 ++++++++++++ .../src/general/scripts/aws/ssn_terminate.py | 38 ++++++++++++++++++++++ .../src/general/scripts/azure/edge_configure.py | 2 +- .../src/general/scripts/azure/ssn_configure.py | 21 ++++++++++++ .../src/general/scripts/azure/ssn_terminate.py | 38 ++++++++++++++++++++++ .../src/general/scripts/gcp/edge_configure.py | 2 +- .../src/general/scripts/gcp/ssn_configure.py | 21 ++++++++++++ .../src/general/scripts/gcp/ssn_terminate.py | 22 +++++++++++++ 11 files changed, 177 insertions(+), 10 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
