kibana/packages
Jeramy Soucy 26f2928b08
Set spaces and roles CRUD APIs to public (#193534)
Closes #192153

## Summary

This PR sets the spaces and roles CRUD operation HTTP API endpoints to
public in both stateful and serverless offerings, and additionally,
switches to the versioned router to register these endpoints.

Prior to this PR, the access level was not explicitly set, thus any
endpoints registered in serverless were by default internal. CRUD
operations for spaces and roles are being set to public to support the
rollout of custom roles in serverless, which coincides with enabling
multiple spaces.

### Note
- Currently, roles APIs are only available in serverless via a feature
flag (`xpack.security.roleManagementEnabled`)
- Spaces APIs are already registered in serverless, however, the maximum
number of spaces is by default 1, rendering create and delete operations
unusable. By overriding `xpack.spaces.maxSpaces` to a number greater
than 1 (stateful default is 1000), it will effectively enable use of the
spaces CRUD operations in serverless.

## Tests
-
x-pack/test_serverless/api_integration/test_suites/common/management/multiple_spaces_enabled.ts
-
x-pack/test_serverless/api_integration/test_suites/common/management/spaces.ts
-
x-pack/test_serverless/api_integration/test_suites/common/platform_security/authorization.ts
-
x-pack/test_serverless/api_integration/test_suites/common/platform_security/roles_routes_feature_flag.ts
- Unit tests for each endpoint (to account for versioned router)
- Flaky Test Runner:
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7002

## Manual Testing
1. Start ES & Kibana in serverless mode with config options to enable
role management and multiple spaces

Elasticsearch:
```
xpack.security.authc.native_roles.enabled: true
```
 KIbana:
```
 xpack.security.roleManagementEnabled: true
 xpack.spaces.maxSpaces: 100
```
3. Issue each CRUD HTTP API without including the internal origin header
('x-elastic-internal-origin') and verify you do not receive a 400 with
the message "method [get|post|put|delete] exists but is not available
with the current configuration"
4. Repeat steps 1 & 2 from the current head of main and verify that you
DO receive a 400 with the message "method [get|post|put|delete] exists
but is not available with the current configuration"

Regression testing - ensure that interfaces which leverage spaces and
roles APIs are functioning properly
- Spaces management
- Space navigation
- Roles management

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-10-03 16:28:54 +02:00
..
analytics/utils/analytics_collection_utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
cloud Consume elasticsearch.publicBaseUrl where possible (#192741) 2024-09-19 09:57:47 -05:00
content-management [TableListView] Fix letters are skipped when typing fast (#194009) 2024-09-30 12:24:09 +02:00
core Set spaces and roles CRUD APIs to public (#193534) 2024-10-03 16:28:54 +02:00
deeplinks [Security Solution][Notes] - move notes management page under manage section instead of timeline (#194250) 2024-10-01 13:30:47 -05:00
default-nav [ML] Anomaly Detection supplied configurations: adds page in ML UI for Supplied configurations (ML Modules) (#191564) 2024-09-12 10:30:09 -06:00
home Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ace Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-actions-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-alerting-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-alerts-as-data-utils [Synthetics] Improve synthetics alerting (#186585) 2024-10-01 18:48:39 +02:00
kbn-alerts-grouping Upgrade @testing-library/user-event to latest ^14.5.2 (#189949) 2024-09-10 14:31:27 +02:00
kbn-alerts-ui-shared [Response Ops][Rule Form V2] Rule form v2: Actions Modal and Actions Form (#187434) 2024-09-27 00:34:27 -06:00
kbn-ambient-common-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ambient-ftr-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ambient-storybook-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ambient-ui-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-analytics Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-apm-config-loader Updated js-yaml to v4 (#190678) 2024-09-19 12:25:03 +02:00
kbn-apm-data-view Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-apm-synthtrace [APM] create synthtrace scenario with ML anomalies (#194125) 2024-09-26 09:01:52 -05:00
kbn-apm-synthtrace-client Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-apm-types [APM][ECO] Include ERROR in the error.log.level filter (#192269) 2024-09-09 07:33:43 -05:00
kbn-apm-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-avc-banner Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-axe-config Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-babel-preset Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-babel-register Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-babel-transform Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-bazel-runner Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-bfetch-error Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-calculate-auto Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-calculate-width-from-char-count Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-capture-oas-snapshot-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-cases-components [react@18] Implicit children type fixes (#192011) 2024-09-09 13:56:02 +02:00
kbn-cbor Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-cell-actions Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-chart-icons Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-check-mappings-update-cli [UII] Advanced agent monitoring options UI for HTTP endpoint and diagnostics (#193361) 2024-09-22 12:49:33 +02:00
kbn-check-prod-native-modules-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ci-stats-core Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ci-stats-performance-metrics Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ci-stats-reporter Improve quick checks (#192369) 2024-09-11 13:27:47 +02:00
kbn-ci-stats-shipper-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-cli-dev-mode [Dev Server] Remove dead code (#193736) 2024-09-23 19:01:08 +02:00
kbn-code-owners [FTR] Fixup err msg for scripts/get_owners_for_file.js (#193581) 2024-09-20 16:32:20 +01:00
kbn-coloring Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-config Globally enforce internal API restriction (#193792) 2024-10-02 10:08:04 -07:00
kbn-config-mocks Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-config-schema Stricter byte size validation (#193529) 2024-09-20 15:37:41 +02:00
kbn-content-management-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-crypto Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-crypto-browser Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-custom-icons [APM UI] Fix OpenTelemetry agent names (#193134) 2024-09-20 09:07:14 +02:00
kbn-custom-integrations Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-cypress-config Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-data-service [Discover] Improve data grid render performance (flattenHit and formatHit) (#192333) 2024-09-12 17:45:11 -03:00
kbn-data-stream-adapter Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-data-view-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-datemath Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-dev-cli-errors Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-dev-cli-runner Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-dev-proc-runner Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-dev-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-discover-utils [One Discover] Add summary column for logs contextual experience (#192567) 2024-09-30 11:08:03 +02:00
kbn-doc-links [Search] Update connectors doc links & find/replace terms (#194423) 2024-10-01 10:07:40 +02:00
kbn-docs-utils Updated js-yaml to v4 (#190678) 2024-09-19 12:25:03 +02:00
kbn-dom-drag-drop [Discover] Fix SASS mixed-declations deprecation warnings (#193001) 2024-09-17 11:14:17 -05:00
kbn-ebt-tools Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-elastic-agent-utils [APM UI] Fix OpenTelemetry agent names (#193134) 2024-09-20 09:07:14 +02:00
kbn-es ESLint Rule to discourage hashes being created with unsafe algorithms (#190973) 2024-09-30 11:34:04 -05:00
kbn-es-archiver Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-es-errors Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-es-query Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-es-types [Inventory] Inventory plugin (#191798) 2024-09-12 15:07:09 +02:00
kbn-eslint-config [React@18] Upgrade @types to React 18 (#194144) 2024-10-01 04:40:11 -05:00
kbn-eslint-plugin-disable Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-eslint-plugin-eslint [Authz] Eslint Rule for Security Config (#193187) 2024-10-01 11:26:21 +02:00
kbn-eslint-plugin-i18n Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-eslint-plugin-imports Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-eslint-plugin-telemetry Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-esql-ast [ES|QL] AST package documentation (#194296) 2024-09-30 16:14:58 +00:00
kbn-esql-editor [React@18] Upgrade @types to React 18 (#194144) 2024-10-01 04:40:11 -05:00
kbn-esql-utils [ES|QL] Comment parsing and pretty-printing (#192173) 2024-09-26 12:34:38 +02:00
kbn-esql-validation-autocomplete [ES|QL] Update function metadata (#194371) 2024-09-30 09:35:13 +02:00
kbn-event-annotation-common Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-event-annotation-components Fix various EuiFormControlLayout usages (#192779) 2024-09-24 13:55:59 -07:00
kbn-expandable-flyout [React@18] Upgrade @types to React 18 (#194144) 2024-10-01 04:40:11 -05:00
kbn-expect Migrate codebase to use Object.hasOwn instead of Object.hasOwnProperty (#186829) 2024-08-13 10:30:19 -05:00
kbn-failed-test-reporter-cli ESLint Rule to discourage hashes being created with unsafe algorithms (#190973) 2024-09-30 11:34:04 -05:00
kbn-field-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-field-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-find-used-node-modules Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-flot-charts Update kbn-flot-charts codeowners (#193351) 2024-09-25 11:34:36 -05:00
kbn-formatters Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ftr-common-functional-services [FTR] allow to call roleScopedSupertest service with Cookie header (#192727) 2024-09-19 18:10:18 -05:00
kbn-ftr-common-functional-ui-services Set spaces and roles CRUD APIs to public (#193534) 2024-10-03 16:28:54 +02:00
kbn-ftr-screenshot-filename Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-generate Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-generate-console-definitions [Console] Update Elasticsearch specification metamodel (#193239) 2024-09-19 14:31:13 +04:00
kbn-generate-csv Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-get-repo-files Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-grid-layout Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-grouping Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-guided-onboarding Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-handlebars Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-hapi-mocks Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-health-gateway-server Globally enforce internal API restriction (#193792) 2024-10-02 10:08:04 -07:00
kbn-i18n Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-i18n-react Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-import-locator Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-import-resolver Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-interpreter Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-investigation-shared feat(rca): add external incident url (#193919) 2024-09-25 10:19:11 -05:00
kbn-io-ts-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ipynb Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-jest-serializers Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-journeys Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-json-ast Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-kibana-manifest-schema Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-language-documentation [React@18] Upgrade @types to React 18 (#194144) 2024-10-01 04:40:11 -05:00
kbn-lens-embeddable-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-lens-formula-docs Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-lint-packages-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-lint-ts-projects-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-logging Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-logging-mocks Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-managed-content-badge Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-managed-vscode-config Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-managed-vscode-config-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-management [Security Solution][Document Details] Add an advanced setting for visualizations in flyout in ESS (#194012) 2024-10-01 15:11:34 -05:00
kbn-mapbox-gl Move @elastic/kibana-gis ownership to @elastic/kibana-presentation (#192521) 2024-09-16 09:50:50 -05:00
kbn-mock-idp-plugin [ftr] enable mock-idp-plugin for stateful (deployment-agnostic) tests (#192279) 2024-09-13 05:24:08 -05:00
kbn-mock-idp-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-monaco [ES|QL] Comment parsing and pretty-printing (#192173) 2024-09-26 12:34:38 +02:00
kbn-object-versioning Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-object-versioning-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-openapi-bundler Updated js-yaml to v4 (#190678) 2024-09-19 12:25:03 +02:00
kbn-openapi-common Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-openapi-generator [Security Solution] Support for kibana spaces in openapi generated securitySolutionApi service for integration tests (#194029) 2024-09-26 19:53:25 +02:00
kbn-optimizer Clean up cloud_chat (#194571) 2024-10-03 13:37:47 +02:00
kbn-optimizer-webpack-helpers Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-osquery-io-ts-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-panel-loader Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-peggy Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-peggy-loader Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-performance-testing-dataset-extractor Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-picomatcher Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-plugin-check Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-plugin-generator Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-plugin-helpers Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-profiling-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-react-field Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-react-hooks Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-recently-accessed Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-repo-file-maps Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-repo-info Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-repo-linter Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-repo-packages Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-repo-path Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-repo-source-classifier Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-repo-source-classifier-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-reporting [Screenshotting] Change diagnostic endpoint method to GET (#192232) 2024-09-10 08:15:37 -07:00
kbn-resizable-layout Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-rison Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-router-to-openapispec [HTTP/OAS] Improve RegEx performance of path variable matcher (#192687) 2024-09-13 13:13:49 +02:00
kbn-router-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-rrule Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-rule-data-utils Add intended timestamp (#191717) 2024-09-09 21:45:08 +02:00
kbn-safer-lodash-set Migrate codebase to use Object.hasOwn instead of Object.hasOwnProperty (#186829) 2024-08-13 10:30:19 -05:00
kbn-saved-objects-settings Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-screenshotting-server [Reporting] update puppeteer to version 23.3.1 (#192345) 2024-09-18 22:26:44 +02:00
kbn-search-api-keys-components [fix] type issue from race condition on merge (#194676) 2024-10-02 12:05:30 +02:00
kbn-search-api-keys-server [Search][Onboarding] api-key plugin (#191926) 2024-10-02 09:45:20 +01:00
kbn-search-api-panels Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-search-connectors Upgrade @testing-library/user-event to latest ^14.5.2 (#189949) 2024-09-10 14:31:27 +02:00
kbn-search-errors Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-search-index-documents Update Search Index Document Card design. (#194061) 2024-10-01 13:29:31 +02:00
kbn-search-response-warnings Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-search-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-security-hardening Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-autocomplete [Chore] Remove third-party testing internals from test snapshots (#192747) 2024-09-13 17:47:12 -05:00
kbn-securitysolution-ecs Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-endpoint-exceptions-common [Security Solution] Omit Solution from tags and titles in Security Solution's OpenAPI bundles (#193669) 2024-09-24 14:23:00 -05:00
kbn-securitysolution-es-utils Upgrade http dependencies (#180986) 2024-10-01 11:50:47 -05:00
kbn-securitysolution-exception-list-components [Chore] Remove third-party testing internals from test snapshots (#192747) 2024-09-13 17:47:12 -05:00
kbn-securitysolution-exceptions-common [Security Solution] Omit Solution from tags and titles in Security Solution's OpenAPI bundles (#193669) 2024-09-24 14:23:00 -05:00
kbn-securitysolution-hook-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-io-ts-alerting-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-io-ts-list-types [Security Solution][Detection Engine] fixes empty item_id in exception item update request schema (#194175) 2024-09-30 07:19:56 -05:00
kbn-securitysolution-io-ts-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-io-ts-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-list-api Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-list-constants Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-list-hooks Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-list-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-lists-common [Security Solution] Omit Solution from tags and titles in Security Solution's OpenAPI bundles (#193669) 2024-09-24 14:23:00 -05:00
kbn-securitysolution-rules Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-t-grid Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-securitysolution-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-server-http-tools Globally enforce internal API restriction (#193792) 2024-10-02 10:08:04 -07:00
kbn-server-route-repository [Inventory] Inventory plugin (#191798) 2024-09-12 15:07:09 +02:00
kbn-server-route-repository-client [Inventory] Inventory plugin (#191798) 2024-09-12 15:07:09 +02:00
kbn-server-route-repository-utils [Inventory] Inventory plugin (#191798) 2024-09-12 15:07:09 +02:00
kbn-set-map Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-shared-svg Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-shared-ux-utility Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-some-dev-log Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-sort-package-json Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-sort-predicates Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-spec-to-console Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-sse-utils [Inventory] Inventory plugin (#191798) 2024-09-12 15:07:09 +02:00
kbn-sse-utils-client [Inventory] Inventory plugin (#191798) 2024-09-12 15:07:09 +02:00
kbn-sse-utils-server [Inventory] Inventory plugin (#191798) 2024-09-12 15:07:09 +02:00
kbn-std Removes kbn-std/unset as it's not used anywhere (#193298) 2024-09-20 15:44:52 +02:00
kbn-stdio-dev-helpers Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-storybook Delete imports/references to EUI's distributed .css files (#194237) 2024-09-30 13:37:47 -05:00
kbn-telemetry-tools Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-test Set spaces and roles CRUD APIs to public (#193534) 2024-10-03 16:28:54 +02:00
kbn-test-eui-helpers Upgrade @testing-library/user-event to latest ^14.5.2 (#189949) 2024-09-10 14:31:27 +02:00
kbn-test-jest-helpers [react@18] Implicit children type fixes (#192011) 2024-09-09 13:56:02 +02:00
kbn-test-subj-selector Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-timelion-grammar Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-timerange Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-tinymath Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-tooling-log Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-triggers-actions-ui-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-try-in-console Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ts-projects [Security Solution] remove old and skipped Threat Intelligence Cypress tests (#191166) 2024-09-12 08:59:56 -05:00
kbn-ts-type-check-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-typed-react-router-config [APM][ECO] Service name and trace id links on Logs Explorer and Discover (#192349) 2024-09-18 12:26:22 +02:00
kbn-ui-actions-browser Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ui-shared-deps-npm Delete imports/references to EUI's distributed .css files (#194237) 2024-09-30 13:37:47 -05:00
kbn-ui-shared-deps-src Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ui-theme Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-unified-data-table [React@18] Upgrade @types to React 18 (#194144) 2024-10-01 04:40:11 -05:00
kbn-unified-doc-viewer [OneDiscover][UnifiedDocViewer] Add filtering for selected fields (#191930) 2024-09-11 12:46:36 +02:00
kbn-unified-field-list [Logs Explorer] Fix Namespace Custom Filter (#192677) 2024-09-18 16:20:30 +03:00
kbn-unsaved-changes-badge Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-unsaved-changes-prompt Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-use-tracked-promise Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-user-profile-components [react@18] Implicit children type fixes (#192011) 2024-09-09 13:56:02 +02:00
kbn-utility-types Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-utility-types-jest Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-validate-next-docs-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-visualization-ui-components [react@18] More breaking type fixes (should be the last pr) (#192266) 2024-09-12 13:54:18 +02:00
kbn-visualization-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-web-worker-stub Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-whereis-pkg-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-xstate-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-yarn-lock-validator Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-zod Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-zod-helpers Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
presentation [Embeddable Rebuild] Migrate ControlGroupRenderer to new embeddable framework (#190561) 2024-09-10 12:35:54 -05:00
react [react@18] Implicit children type fixes (#192011) 2024-09-09 13:56:02 +02:00
response-ops/feature_flag_service Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
serverless [Logs] Remove AI Assistant specific log index setting (#192003) 2024-09-17 14:26:54 +01:00
shared-ux Replace Sass @euiButton mixin usage with CSS-in-JS (#194621) 2024-10-02 09:02:36 -07:00
README.md create @kbn/ui-actions-browser package (#149202) 2023-01-19 18:28:07 +01:00

Kibana-related packages

This folder contains packages that are intended for use in Kibana and Kibana plugins.

tl;dr:

  • Don't publish to npm registry
  • Always use the @kbn namespace
  • Always set "private": true in package.json

Using these packages

We no longer publish these packages to the npm registry. Now, instead of specifying a version when including these packages, we rely on yarn workspaces, which sets up a symlink to the package.

For example if you want to use the @kbn/i18n package in Kibana itself, you can specify the dependency like this:

"@kbn/i18n": "1.0.0"

However, if you want to use this from a Kibana plugin, you need to use a link: dependency and account for the relative location of the Kibana repo, so it would instead be:

"@kbn/i18n": "link:../../kibana/packages/kbn-i18n"

then run yarn kbn bootstrap from the plugin directory.

Creating a new package

Run the following command from the root of the Kibana repo:

node scripts/generate package @kbn/<PACKAGE_NAME> --web --owner @elastic/<TEAM_NAME>

Unit tests for a package

Currently there is only one tool being used in order to test packages which is Jest. Below we will explain how it should be done.

Jest

A package should follow the pattern of having .test.js files as siblings of the source code files, and these run by Jest.

A package using the .test.js naming convention will have those tests automatically picked up by Jest and run by the unit test runner, currently mapped to the Kibana test script in the root package.json.

  • yarn test runs all unit tests.
  • yarn jest runs all Jest tests in Kibana.

In order for the plugin or package to use Jest, a jest.config.js file must be present in it's root. However, there are safeguards for this in CI should a test file be added without a corresponding config file.


Each package can also specify its own test script in the package's package.json, for cases where you'd prefer to run the tests from the local package directory.