Switch to httpcase for consistency

This commit is contained in:
Jason Ertel
2022-01-24 09:45:07 -05:00
parent 7c22f46a55
commit a4d2807fbb

View File

@@ -37,7 +37,7 @@
{%- endif %}
{%- set ES_INDEX_PATTERNS = salt['pillar.get']('soc:es_index_patterns', '*:so-*') %}
{%- set CASE_MODULE = salt['pillar.get']('soc:case_module', 'soc') %}
{%- set GENERIC_CASE_CONFIG = salt['pillar.get']('soc:generic_case_config', '') %}
{%- set HTTPCASE_CONFIG = salt['pillar.get']('soc:httpcase_config', '') %}
{
"logFilename": "/opt/sensoroni/logs/sensoroni-server.log",
"server": {
@@ -101,9 +101,9 @@
"username": "{{ ES_USER }}",
"password": "{{ ES_PASS }}",
},
{%- elif CASE_MODULE == 'generichttp' %}
"generichttp": {
{{ GENERIC_CASE_CONFIG }}
{%- elif CASE_MODULE == 'httpcase' %}
"httpcase": {
{{ HTTPCASE_CONFIG }}
},
{%- endif %}
"statickeyauth": {