Commit fe17a9a9 authored by Eric Zheng's avatar Eric Zheng

stack/monitor: add credential check to frontend promise

This is meant to use the new HTTP basic authentication check introduced
in nexedi/slapos.toolbox!98.
parent 267870d6
......@@ -357,7 +357,9 @@ module = check_url_available
name = monitor-http-frontend.py
url = ${monitor-frontend:connection-secure_access}
config-url = ${:url}
config-check-secure = 1
config-username = ${monitor-instance-parameter:username}
config-password = ${monitor-instance-parameter:password}
require-auth = 1
[monitor-bootstrap-promise]
<= monitor-promise-base
......
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