mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Automation -> automation
This commit is contained in:
@@ -15,7 +15,7 @@ while [[ $try_count -le 6 ]]; do
|
|||||||
mapfile -t automation_res < <(
|
mapfile -t automation_res < <(
|
||||||
curl -s --location --request POST 'http://127.0.0.1:3200/playbook/users.json' --user "admin:{{ admin_pass }}" --header 'Content-Type: application/json' --data '{
|
curl -s --location --request POST 'http://127.0.0.1:3200/playbook/users.json' --user "admin:{{ admin_pass }}" --header 'Content-Type: application/json' --data '{
|
||||||
"user" : {
|
"user" : {
|
||||||
"login" : "Automation",
|
"login" : "automation",
|
||||||
"password": "{{ automation_pass }}",
|
"password": "{{ automation_pass }}",
|
||||||
"firstname": "SecOps",
|
"firstname": "SecOps",
|
||||||
"lastname": "Automation",
|
"lastname": "Automation",
|
||||||
|
|||||||
Reference in New Issue
Block a user