Skip to content

Commit 301b612

Browse files
committed
revert ldap override
1 parent 09ae783 commit 301b612

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/config/mrt/ldap.lookup.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@ ecs-ephemeral:
5757

5858
ecs-stg:
5959
admin_password:
60-
ssm: /uc3/mrt/stg/ldap/ecs-admin-password
60+
# ssm: /uc3/mrt/stg/ldap/ecs-admin-password
61+
ssm: /uc3/mrt/stg/ldap/admin-password
6162
host:
6263
val: ldap
6364
port:
64-
val: 1636
65+
# val: 1636
66+
env: HOST_LDAP
6567
tls_ca_file:
6668
val: /etc/pki/ca-trust/source/anchors/ldap-ca.crt
6769
encryption:

app/lib/client/uc3_client.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ def initialize
249249
`mkdir -p #{FileSystemClient::ROOTDIR}/uploads`
250250
`mkdir -p #{FileSystemClient::ROOTDIR}/assemblies`
251251
`mkdir -p #{FileSystemClient::ROOTDIR}/zk-snapshots`
252+
`mkdir -p #{FileSystemClient::ROOTDIR}/ldap/config`
253+
`mkdir -p #{FileSystemClient::ROOTDIR}/ldap/db`
252254
end
253255

254256
def show_folders(root, route, params)

0 commit comments

Comments
 (0)