Commit e064650
authored
Grant editor and viewer access to profiling (elastic#100594) (elastic#100792)
With this commit we amend the `viewer` and `editor` roles so that access
to the index patterns related to Universal Profiling is possible. The
`editor` role gets the same permissions as `viewer` for these index
patterns because it does not make sense to write to these indices
directly (i.e. instead of the collector / symbolizer doing that).1 parent 12d2dc8 commit e064650
File tree
3 files changed
+22
-0
lines changed- docs/changelog
- x-pack/plugin/core/src
- main/java/org/elasticsearch/xpack/core/security/authz/store
- test/java/org/elasticsearch/xpack/core/security/authz/store
3 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
641 | 645 | | |
642 | 646 | | |
643 | 647 | | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
644 | 653 | | |
645 | 654 | | |
646 | 655 | | |
| |||
684 | 693 | | |
685 | 694 | | |
686 | 695 | | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
687 | 700 | | |
688 | 701 | | |
689 | 702 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3057 | 3057 | | |
3058 | 3058 | | |
3059 | 3059 | | |
| 3060 | + | |
| 3061 | + | |
3060 | 3062 | | |
3061 | 3063 | | |
3062 | 3064 | | |
| |||
3124 | 3126 | | |
3125 | 3127 | | |
3126 | 3128 | | |
| 3129 | + | |
| 3130 | + | |
3127 | 3131 | | |
3128 | 3132 | | |
3129 | 3133 | | |
| |||
0 commit comments