Commit 4d1b2da3 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: slaprunner_frontend promise checks secure

parent 173244ab
...@@ -44,7 +44,7 @@ mode = 0644 ...@@ -44,7 +44,7 @@ mode = 0644
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg.in output = ${buildout:directory}/template-runner.cfg.in
md5sum = 2c1ea4e4e2fdb6ee2f3e893c9da9b4f8 md5sum = a5b4e2ac99129b5b1cb9de89dc03ebf9
mode = 0644 mode = 0644
[template-runner-import-script] [template-runner-import-script]
......
...@@ -462,6 +462,7 @@ path = $${directory:promises}/slaprunner_frontend ...@@ -462,6 +462,7 @@ path = $${directory:promises}/slaprunner_frontend
url = https://$${request-frontend:connection-domain}/login url = https://$${request-frontend:connection-domain}/login
dash_path = ${dash:location}/bin/dash dash_path = ${dash:location}/bin/dash
curl_path = ${curl:location}/bin/curl curl_path = ${curl:location}/bin/curl
check-secure = 1
[dropbear-promise] [dropbear-promise]
recipe = slapos.cookbook:check_port_listening recipe = slapos.cookbook:check_port_listening
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment