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

omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new 5a349a4  added step-ca
5a349a4 is described below

commit 5a349a401c02d9d7e784234f79777511ef1a82e9
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Mon Dec 9 14:03:16 2019 +0200

    added step-ca
---
 .../terraform/bin/deploy/provisioning.yml                   |  5 +++++
 services/provisioning-service/provisioning.yml              | 13 ++++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/provisioning.yml 
b/infrastructure-provisioning/terraform/bin/deploy/provisioning.yml
index 4c07e5d..e051159 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/provisioning.yml
+++ b/infrastructure-provisioning/terraform/bin/deploy/provisioning.yml
@@ -185,3 +185,8 @@ cloudProperties:
     kid: STEP_KID_ID
     kidPassword: STEP_KID_PASSWORD
     caURL: STEP_CA_URL
+  keycloak:
+    auth_server_url: KEYCLOAK_AUTH_SERVER_URL
+    realm_name: KEYCLOAK_REALM_NAME
+    user: KEYCLOAK_USER_NAME
+    user_password: KEYCLOAK_PASSWORD
\ No newline at end of file
diff --git a/services/provisioning-service/provisioning.yml 
b/services/provisioning-service/provisioning.yml
index 73b8e59..3bcde30 100644
--- a/services/provisioning-service/provisioning.yml
+++ b/services/provisioning-service/provisioning.yml
@@ -129,4 +129,15 @@ cloudProperties:
     dn: LDAP_DN
     ou: LDAP_OU
     user: LDAP_USER_NAME
-    password: LDAP_USER_PASSWORD
\ No newline at end of file
+    password: LDAP_USER_PASSWORD
+  stepCerts:
+    enabled: STEP_CERTS_ENABLED
+    rootCA: STEP_ROOT_CA
+    kid: STEP_KID_ID
+    kidPassword: STEP_KID_PASSWORD
+    caURL: STEP_CA_URL
+  keycloak:
+    auth_server_url: KEYCLOAK_AUTH_SERVER_URL
+    realm_name: KEYCLOAK_REALM_NAME
+    user: KEYCLOAK_USER_NAME
+    user_password: KEYCLOAK_PASSWORD
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to