mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #80] [MERGED] Legacy keychain fixes #269
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#269
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/rudrankriyam/App-Store-Connect-CLI/pull/80
Author: @cursor[bot]
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @rudrankriyam
Base:
fix/keychain-default← Head:cursor/legacy-keychain-fixes-39ad📝 Commits (2)
8464ad7Fix legacy keychain migration handling77a10fbFix legacy keychain removal error handling.📊 Changes
2 files changed (+33 additions, -10 deletions)
View changed files
📝
internal/auth/keychain.go(+31 -9)📝
internal/auth/keychain_test.go(+2 -1)📄 Description
Fixes issues with legacy keychain credential removal, improves migration test setup, and ensures comprehensive legacy credential migration.
Previously,
RemoveCredentialsfailed to remove legacy-only credentials because it only attempted legacy removal if the new keychain removal succeeded. The test setup for keychain migration used a shared keyring, preventing proper validation of migration logic. Additionally, the migration logic inlistFromKeychainwas skipped if any credentials were found in the new keychain, potentially leaving legacy credentials orphaned.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.