This website requires JavaScript.
Explore
Help
Sign In
sneak
/
secret
Watch
1
Star
0
Fork
0
You've already forked secret
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
26
Commits
1
Branch
0
Tags
710
KiB
8cc15fde3d
Commit Graph
4 Commits
Author
SHA1
Message
Date
sneak
c33385be6c
Clean up integration test script: remove redundant tests and fix misleading output - Remove redundant manual input tests that were actually using environment variables - Update all test output to honestly reflect automated testing with env vars - Consolidate similar test cases to reduce duplication - Fix cross-vault operations test by properly recreating work vault after reset_state - Import mnemonic into work vault so it can store secrets - Update test descriptions to be accurate about automation vs manual input - All tests now pass successfully with proper environment variable usage
2025-05-29 11:04:31 -07:00
sneak
4b59d6fb82
fix: Update integration test script for new architecture - Update file checks to expect value.age instead of secret.age - Add debug output support with GODEBUG environment variable - Remove output redirections to show command execution and debug info - Fix test expectations to match per-secret key file structure
2025-05-29 09:52:39 -07:00
sneak
659b5ba508
refactor: rename SEP to Keychain and reorganize import commands - Renamed sepunlock.go to keychainunlock.go - Changed all SEP types to Keychain types (SEPUnlockKey -> KeychainUnlockKey) - Updated type string from 'macos-sep' to 'keychain' - Moved 'secret import' to 'secret vault import' for mnemonic imports - Added new 'secret import <secret-name> --source <filename>' for file imports - Updated README to replace all 'Secure Enclave' references with 'macOS Keychain' - Updated directory structure diagrams and examples - Fixed linter error in MarkFlagRequired call - All tests passing, linter clean
2025-05-29 06:07:15 -07:00
sneak
354681b298
latest
2025-05-28 14:06:29 -07:00