Skip to content

feat: [P3] Keychain integration for secrets (macOS keychain, Linux secret-service)#28

Draft
Railly wants to merge 1 commit into
mainfrom
afk/issue-21-p3-keychain-integration-for-secrets-macos-keycha
Draft

feat: [P3] Keychain integration for secrets (macOS keychain, Linux secret-service)#28
Railly wants to merge 1 commit into
mainfrom
afk/issue-21-p3-keychain-integration-for-secrets-macos-keycha

Conversation

@Railly
Copy link
Copy Markdown
Contributor

@Railly Railly commented May 2, 2026

Closes #21

Summary

  • add macOS security and Linux secret-tool wrappers for sunat keychain set/get/list/clear
  • resolve secrets through env var first, then keychain, then clear errors
  • document keychain usage in SKILL.md

Verification

  • bun run --cwd packages/cli test
  • bun run --cwd packages/cli check (fails on pre-existing Biome diagnostics outside this slice after applying formatter changes)
  • security find-generic-password -s sunat-cli -a CPE_CERT_PASSWORD -w returned the test value after sunat keychain set
  • env override probe returned the env value while keychain also had a value

@vercel
Copy link
Copy Markdown

vercel Bot commented May 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sunat-cli-website Ready Ready Preview, Comment May 2, 2026 5:58am

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.

[P3] Keychain integration for secrets (macOS keychain, Linux secret-service)

1 participant