mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution] Add advanced options for certs for downloading user artifacts (#120215) (#120430)
Co-authored-by: Kevin Logan <56395104+kevinlog@users.noreply.github.com>
This commit is contained in:
parent
3972763603
commit
6deaeb592c
1 changed files with 30 additions and 0 deletions
|
@ -790,4 +790,34 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
|
|||
}
|
||||
),
|
||||
},
|
||||
{
|
||||
key: 'linux.advanced.artifacts.user.ca_cert',
|
||||
first_supported_version: '7.9',
|
||||
documentation: i18n.translate(
|
||||
'xpack.securitySolution.endpoint.policy.advanced.linux.advanced.artifacts.user.ca_cert',
|
||||
{
|
||||
defaultMessage: 'PEM-encoded certificate for Fleet Server certificate authority.',
|
||||
}
|
||||
),
|
||||
},
|
||||
{
|
||||
key: 'windows.advanced.artifacts.user.ca_cert',
|
||||
first_supported_version: '7.9',
|
||||
documentation: i18n.translate(
|
||||
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.artifacts.user.ca_cert',
|
||||
{
|
||||
defaultMessage: 'PEM-encoded certificate for Fleet Server certificate authority.',
|
||||
}
|
||||
),
|
||||
},
|
||||
{
|
||||
key: 'mac.advanced.artifacts.user.ca_cert',
|
||||
first_supported_version: '7.9',
|
||||
documentation: i18n.translate(
|
||||
'xpack.securitySolution.endpoint.policy.advanced.mac.advanced.artifacts.user.ca_cert',
|
||||
{
|
||||
defaultMessage: 'PEM-encoded certificate for Fleet Server certificate authority.',
|
||||
}
|
||||
),
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue