Reject machine-to-machine traffic using custom metadata ACL rules
Reject machine-to-machine traffic using custom metadata ACL rules
We can also reject the specific request for example based on the custom metadata
Define ACL in your
readonlyrest.yml
file
Declare custom Kibana JS file
readonlyrest_kbn.kibana_custom_js_inject_file: '/path/to/custom_kibana.js'
. it's injected at the end of the HTML Body tag of the Kibana UI frontend code.
You can pass any custom metadata and based on it accepts or reject the specific request
⚠️IMPORTANT Custom middleware must return next()
function, to not block the request
Last updated