Skip to content

Fix loading of keys from hashi vault#645

Merged
cyc60 merged 3 commits intomasterfrom
fix-hashi-keys-load
Jan 28, 2026
Merged

Fix loading of keys from hashi vault#645
cyc60 merged 3 commits intomasterfrom
fix-hashi-keys-load

Conversation

@cyc60
Copy link
Copy Markdown
Contributor

@cyc60 cyc60 commented Jan 28, 2026

No description provided.

Signed-off-by: cyc60 <avsysoev60@gmail.com>
Copilot AI review requested due to automatic review settings January 28, 2026 08:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the loading of validator signing keys from HashiCorp Vault by adding logic to skip empty secret keys and making the vault key path parameter optional.

Changes:

  • Added empty string check to skip keys with empty values when loading from Vault
  • Made the --hashi-vault-key-path parameter optional instead of required
  • Updated version from v4.1.4 to v4.1.5 across multiple files

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/validators/keystores/hashi_vault.py Added check to skip empty secret keys during key loading
src/commands/start/hashi_vault.py Removed required flag from --hashi-vault-key-path parameter
scripts/install.sh Updated default version from v4.1.4 to v4.1.5
pyproject.toml Bumped package version to v4.1.5
README.md Updated Docker image references to v4.1.5

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

cyc60 added 2 commits January 28, 2026 11:53
Signed-off-by: cyc60 <avsysoev60@gmail.com>
Signed-off-by: cyc60 <avsysoev60@gmail.com>
Copilot AI review requested due to automatic review settings January 28, 2026 08:59
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cyc60 cyc60 merged commit 7ec4184 into master Jan 28, 2026
7 checks passed
@cyc60 cyc60 deleted the fix-hashi-keys-load branch January 28, 2026 09:07
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.

3 participants