From 1b1e602716d8984bbc48cabed55a2bafd9a8d273 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Thu, 19 Mar 2026 14:16:37 -0400 Subject: [PATCH] ensure bool sliders for influxdb --- salt/influxdb/soc_influxdb.yaml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/salt/influxdb/soc_influxdb.yaml b/salt/influxdb/soc_influxdb.yaml index 9aaa91a84..3dbf0875b 100644 --- a/salt/influxdb/soc_influxdb.yaml +++ b/salt/influxdb/soc_influxdb.yaml @@ -26,11 +26,13 @@ influxdb: helpLink: influxdb flux-log-enabled: description: Controls whether detailed flux query logging is enabled. + forcedType: bool global: True advanced: True helpLink: influxdb hardening-enabled: description: If true, enforces outbound connections from the InfluxDB process must never attempt to reach an internal, private network address. + forcedType: bool global: True advanced: True helpLink: influxdb @@ -87,16 +89,19 @@ influxdb: helpLink: influxdb metrics-disabled: description: If true, the HTTP endpoint that exposes internal InfluxDB metrics will be inaccessible. + forcedType: bool global: True advanced: True helpLink: influxdb no-tasks: description: If true, the task system will not process any queued tasks. Useful for troubleshooting startup problems. + forcedType: bool global: True advanced: True helpLink: influxdb pprof-disabled: description: If true, the profiling data HTTP endpoint will be inaccessible. + forcedType: bool global: True advanced: True helpLink: influxdb @@ -127,6 +132,7 @@ influxdb: helpLink: influxdb reporting-disabled: description: If true, prevents InfluxDB from sending telemetry updates to InfluxData's servers. + forcedType: bool global: True advanced: True helpLink: influxdb @@ -143,6 +149,7 @@ influxdb: helpLink: influxdb session-renew-disabled: description: If true, user login sessions will renew after each request. + forcedType: bool global: True advanced: True helpLink: influxdb @@ -188,6 +195,7 @@ influxdb: helpLink: influxdb storage-no-validate-field-size: description: If true, incoming requests will skip the field size validation. + forcedType: bool global: True advanced: True helpLink: influxdb @@ -218,11 +226,13 @@ influxdb: helpLink: influxdb storage-tsm-use-madv-willneed: description: If true, InfluxDB will manage TSM memory paging. + forcedType: bool global: True advanced: True helpLink: influxdb storage-validate-keys: description: If true, validates incoming requests for supported characters. + forcedType: bool global: True advanced: True helpLink: influxdb @@ -269,6 +279,7 @@ influxdb: helpLink: influxdb tls-strict-ciphers: description: If true, the allowed ciphers used with TLS connections are ECDHE_RSA_WITH_AES_256_GCM_SHA384, ECDHE_RSA_WITH_AES_256_CBC_SHA, RSA_WITH_AES_256_GCM_SHA384, or RSA_WITH_AES_256_CBC_SHA. + forcedType: bool global: True advanced: True helpLink: influxdb @@ -277,8 +288,9 @@ influxdb: global: True advanced: True helpLink: influxdb - ui-disabled: + ui-disabled: description: If true, the InfluxDB HTTP user interface will be disabled. This will prevent use of the included InfluxDB dashboard visualizations. + forcedType: bool global: True advanced: True helpLink: influxdb @@ -317,8 +329,9 @@ influxdb: global: True advanced: True helpLink: influxdb - vault-skip-verify: + vault-skip-verify: description: Skip certification validation of the Vault server. + forcedType: bool global: True advanced: True helpLink: influxdb