File: handle-ssl-063a91fb7bdcf9b9.yaml

package info (click to toggle)
ironic-python-agent 10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (16 lines) | stat: -rw-r--r-- 768 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - Ironic Python Agent can now access other services
    (Ironic, Inspector, image backend) when those are configured with
    HTTPS endpoints and use custom server certificates or require
    client certificates.
    It is possible to add a custom Certificate Authority (CA) file and client
    certificate files to the deploy ramdisk during build,
    and provide paths to those as corresponding new options
    in the ``ironic_python_agent.conf`` configuration file.
    Validation of the server certificate can be turned off with the
    ``insecure`` config option or via the ``ipa-insecure`` kernel boot
    parameter.
    This should make it possible to run IPA in CI-like environments that use
    HTTPS endpoints with self-signed certificates.