Commit 63227759 authored by Łukasz Nowak's avatar Łukasz Nowak

XXX ifx defaults

parent 09eff867
......@@ -122,7 +122,7 @@ md5sum = 5620baa8819fcc8340fa6777ee551a1a
[instance-slave-input-schema]
filename = instance-slave-input-schema.json
md5sum = f7262223975640d7200bdf9e99dd79e4
md5sum = 849569bd332ba3866f403d08f4650cd4
[instance-input-schema]
filename = instance-input-schema.json
......@@ -138,7 +138,7 @@ md5sum = 930a8b0e3c52ed1b766cc709bf61b645
[instance-frontend-global-input-schema]
filename = instance-frontend-global-input-schema.json
md5sum = 3c54180cc1f4c8745b469cbcb710fc60
md5sum = df0f27ccd8fd517a082e61c8be39a949
[instance-input-schema]
filename = instance-input-schema.json
......
......@@ -31,12 +31,6 @@
"description": "The value can be provided with suffix 'K', 'M', 'G'",
"type": "string"
},
"authenticate-to-backend": {
"default": false,
"description": "If set to true the frontend certificate will be used as authentication certificate to the backend. Note: backend might have to know the frontend CA, available with 'backend-client-caucase-url'.",
"title": "Authenticate to backend",
"type": "boolean"
},
"request-timeout": {
"default": 600,
"description": "Timeout for HTTP requests.",
......
......@@ -212,6 +212,7 @@
"type": "string"
},
"authenticate-to-backend": {
"default": "false",
"description": "If set to true the frontend certificate will be used as authentication certificate to the backend. Note: backend might have to know the frontend CA, available with 'backend-client-caucase-url'.",
"enum": [
"false",
......@@ -295,6 +296,7 @@
"type": "string"
},
"health-check-authenticate-to-failover-backend": {
"default": "false",
"description": "If set to true the frontend certificate will be used as authentication certificate to the failover backend. Note: failover backend might have to know the frontend CA, available with 'backend-client-caucase-url'.",
"enum": [
"false",
......
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