mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Unauthorized route migration for routes owned by stack-monitoring (#214787)
## Summary Passed security config to the core router, so it is correctly captured. ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
This commit is contained in:
parent
be351d3c97
commit
e93a63331a
1 changed files with 1 additions and 0 deletions
|
@ -411,6 +411,7 @@ export class MonitoringPlugin
|
|||
const routeConfig = {
|
||||
path: options.path,
|
||||
validate: options.validate,
|
||||
security: options.security,
|
||||
};
|
||||
|
||||
if (method.toLowerCase() === 'post') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue