This is an automated email from the ASF dual-hosted git repository.
mykolabodnar pushed a commit to branch DataLab-keycloak_deployment_fixes
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to
refs/heads/DataLab-keycloak_deployment_fixes by this push:
new 4557685 [DATALAB-Keycloak_deployment-fixes] - Connection fixed
4557685 is described below
commit 455768551556cc4e71fc223cd067dad93f07d89d
Author: bodnarmykola <[email protected]>
AuthorDate: Mon May 31 13:06:36 2021 +0300
[DATALAB-Keycloak_deployment-fixes] - Connection fixed
---
infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py
b/infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py
index 350284d..7ee2531 100644
--- a/infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py
+++ b/infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py
@@ -40,7 +40,7 @@ parser.add_argument('--keycloak_user_password', type=str,
default='')
args = parser.parse_args()
keycloak_version = "8.0.1"
-templates_dir =
'./infrastructure-provisioning/scripts/deploy_keycloak/templates/'
+templates_dir = './templates/'
external_port = "80"
internal_port = "8080"
private_ip_address = "127.0.0.1"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]