Skip to content

Commit

Permalink
[Observability AI Assistant] Don't grant access to connectors (#165540)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar authored Sep 3, 2023
1 parent 1c53191 commit b7b17c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions x-pack/plugins/observability_ai_assistant/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ export class ObservabilityAIAssistantPlugin
category: DEFAULT_APP_CATEGORIES.observability,
app: [OBSERVABILITY_AI_ASSISTANT_FEATURE_ID, 'kibana'],
catalogue: [OBSERVABILITY_AI_ASSISTANT_FEATURE_ID],
management: {
insightsAndAlerting: ['triggersActionsConnectors'],
},
minimumLicense: 'enterprise',
// see x-pack/plugins/features/common/feature_kibana_privileges.ts
privileges: {
Expand All @@ -80,9 +77,6 @@ export class ObservabilityAIAssistantPlugin
],
read: [],
},
management: {
insightsAndAlerting: ['triggersActionsConnectors'],
},
ui: ['show'],
},
read: {
Expand Down

0 comments on commit b7b17c4

Please sign in to comment.