paritytech / testnet-manager

DevOps toolkit to operate Polkadot testnets
GNU General Public License v3.0
17 stars 5 forks source link

Add feature to set session keys from existing keystore keys #117

Open PierreBesson opened 11 months ago

PierreBesson commented 11 months ago

The session-key-grabber, already contains logic to get sessions public key as string. We should write the automation to submit the setKeys extrinsic with the Validator/Collator account.

This is an alternative to the rotate_session_keys APIs that generates new keystore keys on the nodes and allows to use statically defined keys (eg. from secret or Vault).