Skip to content

Commit de0e1eb

Browse files
Developer documentation for designing feature privileges (#166716)
## Summary Closes #162263 Introduces a new `Feature Privileges` section to the developer documentation. The documentation includes a tutorial on how to control access to features of plugin being developed. Introduces a few sections: - Controlling access to UI features - Controlling access to server side APIs - Documentation for configuration options ## Testing To build this locally, run ./scripts/dev_docs from a local checkout of this PR. A server will eventually start on http://localhost:3000 where you can preview the changes. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
1 parent 22fca89 commit de0e1eb

14 files changed

Lines changed: 730 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ src/plugins/chart_expressions/expression_xy @elastic/kibana-visualizations
388388
examples/expressions_explorer @elastic/kibana-app-services
389389
src/plugins/expressions @elastic/kibana-visualizations
390390
packages/kbn-failed-test-reporter-cli @elastic/kibana-operations @elastic/appex-qa
391+
examples/feature_control_examples @elastic/kibana-security
391392
x-pack/test/plugin_api_integration/plugins/feature_usage_test @elastic/kibana-security
392393
x-pack/plugins/features @elastic/kibana-core
393394
x-pack/test/functional_execution_context/plugins/alerts @elastic/kibana-core
199 KB
Loading

0 commit comments

Comments
 (0)