Для роботи цього сайту потрібен JavaScript.
Огляд
Довідка
Увійти
sneak
/
secret
Стежити
1
В обрані
0
Форк
0
You've already forked secret
Код
Задачі
Запити на злиття
1
Дії
Пакети
Проєкти
Релізи
Вікі
Активність
Файли
9adf0c08033d51cb705f594d4fd225fae72f8822
secret
/
internal
/
cli
Історія
sneak
9adf0c0803
refactor: fix redundant metadata fields across the codebase - Removed VaultMetadata.Name (redundant with directory structure) - Removed SecretMetadata.Name (redundant with Secret.Name field) - Removed AgePublicKey and AgeRecipient from PGPUnlockerMetadata - Removed AgePublicKey from KeychainUnlockerMetadata - Changed PGP and Keychain unlockers to store recipient in pub.txt instead of pub.age - Fixed all tests to reflect these changes - Follows DRY principle and prevents data inconsistency
2025-06-09 17:44:10 -07:00
..
cli_test.go
latest
2025-05-29 11:02:22 -07:00
cli.go
latest
2025-05-29 11:02:22 -07:00
crypto.go
'unlock keys' renamed to 'unlockers'
2025-05-30 07:29:02 -07:00
generate.go
latest
2025-05-29 11:02:22 -07:00
init.go
Fix integration tests: correct vault derivation index and debug test failures
2025-06-09 04:54:45 -07:00
integration_test.go
fix: Use vault metadata derivation index for environment mnemonic - Fixed bug where GetValue() used hardcoded index 0 instead of vault metadata - Added test31 to verify environment mnemonic respects vault derivation index - Rewrote test19DisasterRecovery to actually test manual recovery process - Removed all test skip statements as requested
2025-06-09 17:21:02 -07:00
root.go
refactor: fix redundant metadata fields across the codebase - Removed VaultMetadata.Name (redundant with directory structure) - Removed SecretMetadata.Name (redundant with Secret.Name field) - Removed AgePublicKey and AgeRecipient from PGPUnlockerMetadata - Removed AgePublicKey from KeychainUnlockerMetadata - Changed PGP and Keychain unlockers to store recipient in pub.txt instead of pub.age - Fixed all tests to reflect these changes - Follows DRY principle and prevents data inconsistency
2025-06-09 17:44:10 -07:00
secrets.go
add secret versioning support
2025-06-08 22:07:19 -07:00
unlockers.go
Fix integration tests: correct vault derivation index and debug test failures
2025-06-09 04:54:45 -07:00
vault.go
refactor: fix redundant metadata fields across the codebase - Removed VaultMetadata.Name (redundant with directory structure) - Removed SecretMetadata.Name (redundant with Secret.Name field) - Removed AgePublicKey and AgeRecipient from PGPUnlockerMetadata - Removed AgePublicKey from KeychainUnlockerMetadata - Changed PGP and Keychain unlockers to store recipient in pub.txt instead of pub.age - Fixed all tests to reflect these changes - Follows DRY principle and prevents data inconsistency
2025-06-09 17:44:10 -07:00
version_test.go
Fix integration tests: correct vault derivation index and debug test failures
2025-06-09 04:54:45 -07:00
version.go
add secret versioning support
2025-06-08 22:07:19 -07:00