mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Update version to 2.2.0-rc.3
This commit is contained in:
@@ -30,3 +30,8 @@ header() {
|
|||||||
echo
|
echo
|
||||||
printf '%s\n' "$banner" "$*" "$banner"
|
printf '%s\n' "$banner" "$*" "$banner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lookup_pillar() {
|
||||||
|
key=$1
|
||||||
|
cat /opt/so/saltstack/local/pillar/global.sls | grep $key | awk '{print $2}'
|
||||||
|
}
|
||||||
@@ -189,7 +189,10 @@ case "${operation}" in
|
|||||||
|
|
||||||
validateEmail "$email"
|
validateEmail "$email"
|
||||||
createUser "$email"
|
createUser "$email"
|
||||||
echo "Successfully added new user"
|
echo "Successfully added new user to SOC"
|
||||||
|
echo $password | so-thehive-user-add "$email"
|
||||||
|
echo $password | so-cortex-user-add "$email"
|
||||||
|
echo $password | so-fleet-user-add "$email"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"list")
|
"list")
|
||||||
|
|||||||
Reference in New Issue
Block a user