-
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
Feature Controls - Documentation #35656
Conversation
💚 Build Succeeded |
I merged the changes from #35245 into this PR so we had a slightly more cohesive view of the docs |
Pinging @elastic/kibana-security |
💔 Build Failed |
Thanks, Gail! Co-Authored-By: legrego <[email protected]>
💚 Build Succeeded |
docs/development/plugin/development-plugin-feature-registration.asciidoc
Outdated
Show resolved
Hide resolved
Co-Authored-By: legrego <[email protected]>
💚 Build Succeeded |
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.
Looks good, just a few comments.
Note that it specifies different `savedObject` access levels for each privilege: | ||
|
||
- Users with read/write access (`all` privilege) need to be able to read/write `canvas-workpad` saved objects, and they need read-only access to `index-pattern` saved objects. | ||
- Users with read-only access (`read` privilege) do not need to have read/write access to any saved objects, but instead get read-only access to `index-pattern`s and `canvas-workpad`s. |
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.
Something is off with the formatting of index patterns and canvas-workpads.
docs/security/index.asciidoc
Outdated
@@ -22,8 +22,7 @@ authentication and built-in users, see | |||
=== Roles | |||
|
|||
You can manage roles on the *Management* / *Security* / *Roles* page, or use |
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.
Let's use the notation that you used on previous pages: *Management -> Security -> Roles. You'll need to change it in two places.
|
||
==== Multi-tenant {kib} | ||
=== {kib} role 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.
All the other docs in this section have the x-pack label after the title. Should this one have it too?
Co-Authored-By: gchaps <[email protected]>
Co-Authored-By: gchaps <[email protected]>
💚 Build Succeeded |
@gchaps This is ready for another review whenever you get a chance. Thanks! |
💚 Build Succeeded |
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, with one minor comment.
💚 Build Succeeded |
* update spaces images * add Spaces FC section * Updates for kibana authorization section * update plugin development guide * start adding docs * remove unused description field from Feature Registry interface * Update role management API documentation * Apply suggestions from code review Thanks, Gail! Co-Authored-By: legrego <[email protected]> * Update docs/api/role-management/put.asciidoc * update kibana privileges section intro * relocate link to Role Management API * update PUT role docs to align with ES * indicate that base and feature privileges cannot be used at the same time * restructure kibana privileges section * add UI and API examples to Kibana Privileges section * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * address PR feedback * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * address pr feedback * Update docs/api/role-management/put.asciidoc Co-Authored-By: gchaps <[email protected]> * Update docs/security/index.asciidoc Co-Authored-By: gchaps <[email protected]> * address PR feedback * fix merge from master * Update docs/spaces/managing-spaces.asciidoc Co-Authored-By: gchaps <[email protected]>
* update spaces images * add Spaces FC section * Updates for kibana authorization section * update plugin development guide * start adding docs * remove unused description field from Feature Registry interface * Update role management API documentation * Apply suggestions from code review Thanks, Gail! Co-Authored-By: legrego <[email protected]> * Update docs/api/role-management/put.asciidoc * update kibana privileges section intro * relocate link to Role Management API * update PUT role docs to align with ES * indicate that base and feature privileges cannot be used at the same time * restructure kibana privileges section * add UI and API examples to Kibana Privileges section * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * address PR feedback * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * address pr feedback * Update docs/api/role-management/put.asciidoc Co-Authored-By: gchaps <[email protected]> * Update docs/security/index.asciidoc Co-Authored-By: gchaps <[email protected]> * address PR feedback * fix merge from master * Update docs/spaces/managing-spaces.asciidoc Co-Authored-By: gchaps <[email protected]>
* update spaces images * add Spaces FC section * Updates for kibana authorization section * update plugin development guide * start adding docs * remove unused description field from Feature Registry interface * Update role management API documentation * Apply suggestions from code review Thanks, Gail! Co-Authored-By: legrego <[email protected]> * Update docs/api/role-management/put.asciidoc * update kibana privileges section intro * relocate link to Role Management API * update PUT role docs to align with ES * indicate that base and feature privileges cannot be used at the same time * restructure kibana privileges section * add UI and API examples to Kibana Privileges section * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * address PR feedback * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * address pr feedback * Update docs/api/role-management/put.asciidoc Co-Authored-By: gchaps <[email protected]> * Update docs/security/index.asciidoc Co-Authored-By: gchaps <[email protected]> * address PR feedback * fix merge from master * Update docs/spaces/managing-spaces.asciidoc Co-Authored-By: gchaps <[email protected]>
* update spaces images * add Spaces FC section * Updates for kibana authorization section * update plugin development guide * start adding docs * remove unused description field from Feature Registry interface * Update role management API documentation * Apply suggestions from code review Thanks, Gail! Co-Authored-By: legrego <[email protected]> * Update docs/api/role-management/put.asciidoc * update kibana privileges section intro * relocate link to Role Management API * update PUT role docs to align with ES * indicate that base and feature privileges cannot be used at the same time * restructure kibana privileges section * add UI and API examples to Kibana Privileges section * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * address PR feedback * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * Apply suggestions from code review Co-Authored-By: legrego <[email protected]> * address pr feedback * Update docs/api/role-management/put.asciidoc Co-Authored-By: gchaps <[email protected]> * Update docs/security/index.asciidoc Co-Authored-By: gchaps <[email protected]> * address PR feedback * fix merge from master * Update docs/spaces/managing-spaces.asciidoc Co-Authored-By: gchaps <[email protected]>
Summary
Documentation for Feature Controls
/cc @kobelb