Files
splunk-security_content/dist/devsecops/default/restmap.conf
T
2021-08-26 14:59:59 +02:00

54 lines
1.2 KiB
Plaintext

[script:dashboardframework_dashboard]
match = /dashboardframework
scripttype = persist
driver = dashboard_driver/index.js
script = dashboard_converter/index.js
passSession = true
passSystemAuth = true
output_modes = json
requireAuthentication = true
[script:stark_dashboards]
match = /stark/dashboard
scripttype = persist
driver = dashboard_driver/index.js
script = dashboard_endpoint/index.js
passSession = true
passSystemAuth = true
output_modes = json
requireAuthentication = true
# [script:stark_reports]
# match = /stark/report
# scripttype = persist
# driver = dashboard_driver/index.js
# script = report_endpoint/index.js
# passSession = true
# passSystemAuth = true
# output_modes = json
# requireAuthentication = true
[script:stark_debug]
match = /stark/debug
scripttype = persist
driver = dashboard_driver/index.js
script = debug_endpoint/index.js
passSession = true
passSystemAuth = true
output_modes = json
requireAuthentication = true
# [script:ipc_test]
# match = /ipctest
# scripttype = persist
# driver = test_driver/index.js
# script = dashboard_driver/index.js
# script.arg.0 = a0
# script.arg.1 = a1
# script.param = baz
# # passConf = true
# passSession = true
# passSystemAuth = true
# output_modes = json
# requireAuthentication = true