connect wip

This commit is contained in:
Jason Ertel
2024-10-17 10:49:39 -04:00
parent f713dbacf8
commit 435b9b14e3
2 changed files with 1 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
hydra:
enabled:
description: Enables or disables the API authentication system, used for service account authentication.
description: Enables or disables the API authentication system, used for service account authentication. Enabling this feature requires a valid Security Onion license key. Defaults to False.
helpLink: api.html

View File

@@ -368,13 +368,6 @@ function add_kratos_to_minion() {
" " >> $PILLARFILE
}
function add_hydra_to_minion() {
printf '%s\n'\
"hydra:"\
" enabled: True"\
" " >> $PILLARFILE
}
function add_idstools_to_minion() {
printf '%s\n'\
"idstools:"\
@@ -455,7 +448,6 @@ function createEVAL() {
add_soc_to_minion
add_registry_to_minion
add_kratos_to_minion
add_hydra_to_minion
add_idstools_to_minion
add_elastic_fleet_package_registry_to_minion
}
@@ -476,7 +468,6 @@ function createSTANDALONE() {
add_soc_to_minion
add_registry_to_minion
add_kratos_to_minion
add_hydra_to_minion
add_idstools_to_minion
add_elastic_fleet_package_registry_to_minion
}
@@ -493,7 +484,6 @@ function createMANAGER() {
add_soc_to_minion
add_registry_to_minion
add_kratos_to_minion
add_hydra_to_minion
add_idstools_to_minion
add_elastic_fleet_package_registry_to_minion
}
@@ -510,7 +500,6 @@ function createMANAGERSEARCH() {
add_soc_to_minion
add_registry_to_minion
add_kratos_to_minion
add_hydra_to_minion
add_idstools_to_minion
add_elastic_fleet_package_registry_to_minion
}
@@ -525,7 +514,6 @@ function createIMPORT() {
add_soc_to_minion
add_registry_to_minion
add_kratos_to_minion
add_hydra_to_minion
add_idstools_to_minion
add_elastic_fleet_package_registry_to_minion
}