[Alerting] add complete alerting/action privs to apm feature#61159
[Alerting] add complete alerting/action privs to apm feature#61159pmuellr merged 3 commits intoelastic:masterfrom
Conversation
Based on a [review comment of a related PR][1], the apm feature definition has been changed to supply all the alerting/action privs for both read and all apm privs. [1] elastic#61113 (review)
|
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
| 'actions-read', | ||
| 'actions-all', | ||
| 'alerting-read', | ||
| 'alerting-all' |
There was a problem hiding this comment.
this means that our read users can create alerts as well, is that intended/necessary?
There was a problem hiding this comment.
We're recommending solution teams to use an all or nothing approach from the privileges perspective until we have proper support for feature controls (#43994). It opens up weird cases if we allow granular control. A user would just need all in APM, Uptime, Metrics or SIEM to undermine a read level alerting access. We could remove this code for readonly APM users, would that make sense?
There was a problem hiding this comment.
Ah, it's fine then AFAIC to use all-or-nothing.
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
…#61159) Based on a [review comment of a related PR[1], the apm feature definition has been changed to supply all the alerting/action privs for both read and all apm privs. [1] elastic#61113 (review)
…#61159) Based on a [review comment of a related PR[1], the apm feature definition has been changed to supply all the alerting/action privs for both read and all apm privs. [1] elastic#61113 (review)
…#61923) Based on a [review comment of a related PR[1], the apm feature definition has been changed to supply all the alerting/action privs for both read and all apm privs. [1] #61113 (review)
…#61922) Based on a [review comment of a related PR[1], the apm feature definition has been changed to supply all the alerting/action privs for both read and all apm privs. [1] #61113 (review)
Based on a review comment of a related PR, the apm feature definition
has been changed to supply all the alerting/action privs for both read
and all apm privs.