mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
connect
This commit is contained in:
@@ -243,6 +243,7 @@ function createClient() {
|
|||||||
"response_types": [ "code" ],
|
"response_types": [ "code" ],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"note": "$note"
|
"note": "$note"
|
||||||
|
"searchUsername": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
@@ -271,7 +272,7 @@ function update() {
|
|||||||
"op": "replace",
|
"op": "replace",
|
||||||
"path": "/metadata",
|
"path": "/metadata",
|
||||||
"value": {
|
"value": {
|
||||||
"note": "$note"
|
"note": "$note",
|
||||||
"searchUsername": "$searchusername"
|
"searchUsername": "$searchusername"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user