-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BeatsCM] Fixes and issue where if security is disabled, BeatsCM breaks Kibana #24249
[BeatsCM] Fixes and issue where if security is disabled, BeatsCM breaks Kibana #24249
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM... Just delete the comment and then wait for it to go green and we good.
// if (!this.securityEnabled()) { | ||
// this.notifier.error(this.xpackInfo.get(`features.beats_management.message`)); | ||
// this.kbnUrlService.redirect('/management'); | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're not using this I would delete it.
💔 Build Failed |
Jenkins rest this |
The CI failure looks related to the code base / change. |
💚 Build Succeeded |
…ks Kibana (elastic#24249) * fix spelling * fix license and security checks * removed unused vars * cleanup * remove security check from route def as it is already managed in-route
No description provided.