-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[7.x] Remove securityOss plugin (#113946) #114322
Conversation
# Conflicts: # .eslintrc.js # .github/CODEOWNERS # api_docs/security_oss.mdx # packages/kbn-optimizer/limits.yml # scripts/functional_tests.js # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json
it('renames security.showInsecureClusterWarning to xpack.security.showInsecureClusterWarning', () => { | ||
const config = { | ||
xpack: { | ||
security: { | ||
session: { idleTimeout: 123, lifespan: 345 }, | ||
}, | ||
}, | ||
security: { | ||
showInsecureClusterWarning: false, | ||
}, |
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.
I needed to add the session settings to prevent those deprecations from showing up in this test.
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / general / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/uptime/certificates·ts.Uptime app with generated data certificates empty certificates displays empty messageStandard Out
Stack Trace
Metrics [docs]Module Count
Public APIs missing comments
Public APIs missing exports
Page load bundle
History
To update your PR or re-run it, just comment with: |
Backports the following commits to 7.x: