mirror of
https://github.com/devnullvoid/pvetui.git
synced 2026-04-25 05:15:51 +03:00
[PR #16] [MERGED] Add encrypted config support #33
Labels
No labels
bug
bug
documentation
enhancement
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pvetui#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/devnullvoid/pvetui/pull/16
Author: @devnullvoid
Created: 7/5/2025
Status: ✅ Merged
Merged: 7/5/2025
Merged by: @devnullvoid
Base:
develop← Head:codex/add-sops/age-decryption-support📝 Commits (5)
0393050Remove unused sops key env helper58965d6log when decrypting config0100088Use logger for config decryption41f4263Inject logger for config decryption31b30f9Log config decryption with standard logger📊 Changes
9 files changed (+492 additions, -18 deletions)
View changed files
➕
.sops.yaml(+4 -0)📝
CHANGELOG.md(+4 -0)📝
README.md(+11 -0)📝
go.mod(+104 -3)📝
go.sum(+293 -6)📝
internal/config/config.go(+32 -0)📝
internal/config/config_test.go(+32 -0)📝
internal/keys/parse.go(+7 -4)📝
internal/keys/parse_test.go(+5 -5)📄 Description
Summary
$XDG_CONFIG_HOME/sops/age/keys.txt.sops.yamlfor easier sops usageSOPS_AGE_KEY_FILETesting
git submodule update --init --recursivemake buildmake lintgo vet ./...make testhttps://chatgpt.com/codex/tasks/task_e_68687500934c8328add5dd2ea6c15673
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.