User story #14207
Impossible to change keys of a Node using rudder-keys cli
Pull Request:
Suggestion strength:
User visibility:
Effort required:
Description
rudder-keys change-key command is used to when a node has a new key pair and there cannot be identified
Main problem is that we don't use anymore the attribute we change in the cli (publicKeys) but we store the key in a json as a "securityToken" in agentName attribute
We could:
- Set it in the correct attribute
- unset agentName to old value and keep setting publicKey to match the update process (from old inventories)
Associated revisions
History
Updated by Benoît PECCATTE 10 months ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE 10 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis MOUSSET
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1795
Updated by Rudder Quality Assistant 10 months ago
- Assignee changed from Alexis MOUSSET to Benoît PECCATTE
Updated by Benoît PECCATTE 10 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|dd70a232072f6ff2d40b1714132589e04effdf34.
Updated by Alexis MOUSSET 10 months ago
- Status changed from Pending release to Released
Fixes #14207: Impossible to change keys of a Node using rudder-keys cli