Skip to content

Commit

Permalink
[Cloud Security] Fix authorization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenIdo authored May 16, 2024
1 parent 55956e0 commit 4caefbc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ import { savedObjectTypes } from '../../saved_objects';

// Same as the saved-object type for rules defined by Cloud Security Posture
const CLOUD_POSTURE_SAVED_OBJECT_RULE_TYPE = 'csp_rule';
const CLOUD_SECURITY_POSTURE_SETTINGS = 'cloud-security-posture-settings';

export const securityDefaultSavedObjects = [
'exception-list',
EXCEPTION_LIST_NAMESPACE_AGNOSTIC,
DATA_VIEW_SAVED_OBJECT_TYPE,
...savedObjectTypes,
CLOUD_POSTURE_SAVED_OBJECT_RULE_TYPE,
CLOUD_SECURITY_POSTURE_SETTINGS,
];

0 comments on commit 4caefbc

Please sign in to comment.