mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Cloud Security] Fix authorization issue
This commit is contained in:
parent
55956e0ccc
commit
4caefbc460
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ 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',
|
||||
|
@ -18,4 +19,5 @@ export const securityDefaultSavedObjects = [
|
|||
DATA_VIEW_SAVED_OBJECT_TYPE,
|
||||
...savedObjectTypes,
|
||||
CLOUD_POSTURE_SAVED_OBJECT_RULE_TYPE,
|
||||
CLOUD_SECURITY_POSTURE_SETTINGS,
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue