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

caddy-frontend: Switch to manual mode for node validation

parent 5bc13ce9
Pipeline #11932 running with stage
in 0 seconds
...@@ -26,7 +26,7 @@ md5sum = e7d7e1448b6420657e953026573311ca ...@@ -26,7 +26,7 @@ md5sum = e7d7e1448b6420657e953026573311ca
[profile-caddy-replicate] [profile-caddy-replicate]
filename = instance-apache-replicate.cfg.in filename = instance-apache-replicate.cfg.in
md5sum = 59f3a67999f5fb3e595486e2b801af08 md5sum = b6fed105bafcd095fc930b6103060706
[profile-slave-list] [profile-slave-list]
_update_hash_filename_ = templates/apache-custom-slave-list.cfg.in _update_hash_filename_ = templates/apache-custom-slave-list.cfg.in
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
'authenticate-to-backend', 'authenticate-to-backend',
] ]
%} %}
{% set aikc_enabled = slapparameter_dict.get('automatic-internal-kedifa-caucase-csr', 'true').lower() in TRUE_VALUES %} {% set aikc_enabled = slapparameter_dict.get('automatic-internal-kedifa-caucase-csr', 'false').lower() in TRUE_VALUES %}
{% set aibcc_enabled = slapparameter_dict.get('automatic-internal-backend-client-caucase-csr', 'true').lower() in TRUE_VALUES %} {% set aibcc_enabled = slapparameter_dict.get('automatic-internal-backend-client-caucase-csr', 'false').lower() in TRUE_VALUES %}
{# Ports 8401, 8402 and 8410+1..N are reserved for monitor ports on various partitions #} {# Ports 8401, 8402 and 8410+1..N are reserved for monitor ports on various partitions #}
{% set master_partition_monitor_monitor_httpd_port = 8401 %} {% set master_partition_monitor_monitor_httpd_port = 8401 %}
{% set kedifa_partition_monitor_httpd_port = 8402 %} {% set kedifa_partition_monitor_httpd_port = 8402 %}
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
"type": "integer" "type": "integer"
}, },
"automatic-internal-kedifa-caucase-csr": { "automatic-internal-kedifa-caucase-csr": {
"default": "true", "default": "false",
"description": "Automatically signs CSRs sent to KeDiFa's caucase, based on csr_id and matching certificate.", "description": "Automatically signs CSRs sent to KeDiFa's caucase, based on csr_id and matching certificate.",
"enum": [ "enum": [
"true", "true",
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
"type": "string" "type": "string"
}, },
"automatic-internal-backend-client-caucase-csr": { "automatic-internal-backend-client-caucase-csr": {
"default": "true", "default": "false",
"description": "Automatically signs CSRs sent to Backend Client's caucase, based on csr_id and matching certificate.", "description": "Automatically signs CSRs sent to Backend Client's caucase, based on csr_id and matching certificate.",
"enum": [ "enum": [
"true", "true",
......
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