Skip to content

Load fleet.ssl.certificate and fleet.ssl.key from agent policy #2248

@joshdover

Description

@joshdover

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions