[go: up one dir, main page]

Fix import of signed intermediates

Version Control Information

Source branch: fix/signed-import Target branch: devel

Commits:

* Fix import of signed intermediates

In 8153896, support for rotating the root CA of clusters with
intermediate certificates was added. There, the signature of the
`import_cert` function was added to include the issuer name.

Unfortunately, the `load-signed-intermediates.sh` script was not updated
for that.

After reading the code, I'm reasonably confident that the correct issuer
name for a freshly created cluster with signed intermediates is
`current` (based on what the root CA rotation assigns for the default
issuer).

Bug-introduced-by: 8153896e
Superseded-by: !1623 (merged)
Superseded-by: !1624 (merged)


Merge Prerequisites

  • MR title (and description) are descriptive
  • Code is readable and syntactically correct
  • Code is understandable
  • Documentation has been updated, if necessary
  • Commit messages look good
  • Release note file in RST format added in latest commit

As a developer: please do not tick these boxes yourself. As a reviewer: please get yourself a hot cold beverage.

Edited by brunos

Merge request reports

Loading