[Security Solution] Add description attribute to the Security grouping of Kibana security sub-feature privileges (#192273)

## Summary

- Adds text under the `security` group that clarifies what actions the
user must do in order to customize the grouping privileges

closes #191592 

<img width="765" alt="image"
src="https://github.com/user-attachments/assets/81f88a59-9e97-4c4d-a5b9-4326d95f8ac5">
This commit is contained in:
Paul Tavares 2024-09-10 08:46:13 -04:00 committed by GitHub
parent 6a270cf4d6
commit ce63cd8b07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,13 @@ export const getSecurityBaseKibanaFeature = ({
insightsAndAlerting: ['triggersActions'],
},
alerting: SECURITY_RULE_TYPES,
description: i18n.translate(
'securitySolutionPackages.features.featureRegistry.securityGroupDescription',
{
defaultMessage:
"Each sub-feature privilege in this group must be assigned individually. Global assignment is only supported if your pricing plan doesn't allow individual feature privileges.",
}
),
privileges: {
all: {
app: [APP_ID, CLOUD_POSTURE_APP_ID, CLOUD_DEFEND_APP_ID, 'kibana'],