-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
Team:Elastic-AgentLabel for the Agent teamLabel for the Agent teamTeam:Elastic-Agent-Control-PlaneLabel for the Agent Control Plane teamLabel for the Agent Control Plane teamenhancementNew feature or requestNew feature or request
Description
Similar to #2172 we need to support respecting the certificate
and key
values provided in an agent policy from Fleet which will be added in elastic/kibana#150709 for the next release. This is to support mTLS with proxies when connecting to Fleet.
The policy from Fleet will have the form:
fleet:
hosts:
- 'https://test-fs.com:8220/'
proxy_url: 'https://my-proxy'
ssl:
certificate_authorities:
- my-ca
certificate: my-cert
key: my-key
See the parent (private) issue for more details.
Metadata
Metadata
Assignees
Labels
Team:Elastic-AgentLabel for the Agent teamLabel for the Agent teamTeam:Elastic-Agent-Control-PlaneLabel for the Agent Control Plane teamLabel for the Agent Control Plane teamenhancementNew feature or requestNew feature or request