Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[node] add support for extraDerivation for existingSecrets. #351

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

BulatSaif
Copy link
Contributor

It is common practice for secrets to be created separately by a secret manager, and the Helm chart should accommodate this usage. Previously, it was only possible to configure the key for a single Substrate node, which limited the stateful set to a replica count of one.

This PR introduces the ability to use node.existingSecrets.extraDerivation, enabling the same seed key to be utilized across multiple nodes. Furthermore, it adds support for node.existingSecrets.nodeKey.appendPodIndex for node key secrets, allowing multiple node keys to be stored within the same Kubernetes secret.

Changes

  1. Added support for extraDerivation.
  2. Included an example for node.existingSecrets usage.

@BulatSaif BulatSaif self-assigned this Aug 19, 2024
@BulatSaif BulatSaif merged commit 05728d6 into main Aug 19, 2024
3 checks passed
@BulatSaif BulatSaif deleted the bs/test-existingSecrets branch August 19, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants