We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d433a01 commit 3b9284bCopy full SHA for 3b9284b
2 files changed
app/config/mrt/menu.yml
@@ -611,6 +611,7 @@ items:
611
items:
612
- title: LDAP Status
613
route: /infra/ecs/ldap-status
614
+ disable: docker
615
- title: Users
616
route: /ldap/users
617
- title: Create LDAP User
app/lib/routes/resources.rb
@@ -123,7 +123,7 @@ def self.registered(app)
123
end
124
125
app.get '/infra/ecs/ldap-status' do
126
- UC3Resources::ServicesClient.new.execute_command('/ldap-status.sh2')
+ UC3Resources::ServicesClient.new.execute_command('/ldap-status.sh')
127
sleep 5
128
redirect "/ops/s3-reports/retrieve?report=#{URI.encode_www_form_component('ldap/status.txt')}"
129
0 commit comments