Skip to content

Commit 93760d4

Browse files
committed
fixup! changelogs
1 parent 2b8367f commit 93760d4

2 files changed

+6
-3
lines changed

changelog/fragments/1716490302-Load-fleet.ssl.certificate_authorities-from-agent-policy.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
kind: bug-fix
1212

1313
# Change summary; a 80ish characters long description of the change.
14-
summary: Load fleet.ssl.certificate_authorities from agent policy
14+
summary: Load Certificate Authorities from Fleet policy
1515

1616
# Long description; in case the summary is not enough to describe the change
1717
# this field accommodate a description without length limits.
1818
# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment.
19-
#description:
19+
description: >
20+
Loads Certificate Authorities (CA) file paths from Fleet policy's key `fleet.ssl.certificate_authorities` and pass it to
21+
elastic-agent HTTP client used for connecting to Fleet server. The CAs will be used to validate server or proxy certificates
22+
presented when connecting to `HTTPs` endpoints.
2023
2124
# Affected component; a word indicating the component this changeset affects.
2225
component: elastic-agent

changelog/fragments/1716490372-Load-fleet.ssl.certificate-and-fleet.ssl.key-from-agent-policy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - security: impacts on the security of a product or a user’s deployment.
99
# - upgrade: important information for someone upgrading from a prior version
1010
# - other: does not fit into any of the other categories
11-
kind: bug-fix
11+
kind: enhancement
1212

1313
# Change summary; a 80ish characters long description of the change.
1414
summary: Load fleet.ssl.certificate and fleet.ssl.key from agent policy

0 commit comments

Comments
 (0)