This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2758
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2758 by this push:
new 5f4e476bc [DATALAB-2758]: Remove realm_name
new a7785e8de Merge pull request #1603 from OleksandrRepnikov/DATALAB-2758
5f4e476bc is described below
commit 5f4e476bc043a55a29ea419c9c7e2dbfa635682f
Author: orepnikov <[email protected]>
AuthorDate: Mon Jul 18 12:13:18 2022 +0300
[DATALAB-2758]: Remove realm_name
---
.../terraform/bin/deploy/endpoint_fab.py | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 4302d4efd..5682b2e7f 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -756,10 +756,6 @@ def configure_billing_endpoint(endpoint_keystore_password):
{
'key': "KEYCLOAK_AUTH_SERVER_URL",
'value': args.keycloak_auth_server_url
- },
- {
- 'key': "KEYCLOAK_REALM_NAME",
- 'value': args.keycloak_realm_name
}
]
for param in billing_app_properties:
@@ -886,10 +882,6 @@ def configure_billing_endpoint(endpoint_keystore_password):
{
'key': "KEYCLOAK_AUTH_SERVER_URL",
'value': args.keycloak_auth_server_url
- },
- {
- 'key': "KEYCLOAK_REALM_NAME",
- 'value': args.keycloak_realm_name
}
]
elif args.cloud_provider == 'azure':
@@ -930,10 +922,6 @@ def configure_billing_endpoint(endpoint_keystore_password):
'key': "KEYCLOAK_AUTH_SERVER_URL",
'value': args.keycloak_auth_server_url
},
- {
- 'key': "KEYCLOAK_REALM_NAME",
- 'value': args.keycloak_realm_name
- },
{
'key': "CLIENT_ID",
'value': args.azure_client_id
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]