5069751256
This patch add support for configuring proteccio to use more than one HSM. When more than one HSM is provided the proteccio client is configured for High Availability (HA). This patch changes the format of the variables and should be released as a new major version. (e.g. 1.0.0). Change-Id: Ib9989ee72a67f71275e31b966bff7673072fb3f8
13 lines
505 B
YAML
13 lines
505 B
YAML
---
|
|
features:
|
|
- |
|
|
This version adds support for using more than one ATOS HSM in High
|
|
Availability mode. There is a new variable `atos_hsms` that accepts
|
|
a list of HSM IP addresses and associated Certificates. See
|
|
`vars.yaml.sample` for an example.
|
|
deprecations:
|
|
- |
|
|
Two variables have been deprecated: `atos_hsm_ip_address` and
|
|
`atos_server_cert_location`. You should use the new `atos_hsms` list
|
|
to specify these values instead. See `vars.yaml.sample` for an example.
|