Commit a927330
[Write restricted dashboards] Enable feature by default (#246602)
## Summary
This PR enabled the Saved Objects Access Control feature by default in
non-serverless offerings. This feature is what powers write-restricted
dashboards.
### Testing
1. Start ES & KB normally
2. Log in as an admin user and add sample data
3. Navigate to Dashboards and open any of the sample dashboards
4. Click the share button and verify that the access mode options
appears in the share modal
5. Repeat the test but add `savedObjects.enableAccessControl: false` to
the Kibana config, and verify that the access mode does not appear in
the share modal
6. Remove `savedObjects.enableAccessControl: false` from the Kibana
config, start ES & KB in serverless mode, verify that the access mode
does not appear in the share modal
Note: a release note was already added in
#224552
---------
Co-authored-by: Ryan <ryan.godfrey@elastic.co>1 parent 2338990 commit a927330
File tree
4 files changed
+11
-8
lines changed- config
- src/core/packages/saved-objects
- base-server-internal/src
- serialization
- server-internal/src
4 files changed
+11
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
417 | | - | |
| 416 | + | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
0 commit comments