mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
disable support on all protections for cloud policies
This commit is contained in:
parent
28b24836aa
commit
b74fc047de
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ const getEndpointPolicyWithIntegrationConfig = (
|
|||
*/
|
||||
const getCloudPolicyConfig = (policy: PolicyConfig): PolicyConfig => {
|
||||
// Disabling all protections, since it's not yet supported on Cloud integrations
|
||||
const policyWithDisabledProtections = disableProtections(policy);
|
||||
const policyWithDisabledProtections = disableProtections(policy, true);
|
||||
|
||||
return {
|
||||
...policyWithDisabledProtections,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue