[PR #69] [MERGED] Use default keychain and migrate legacy entries #267

Closed
opened 2026-02-26 21:34:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/69
Author: @rudrankriyam
Created: 1/24/2026
Status: Merged
Merged: 1/24/2026
Merged by: @rudrankriyam

Base: mainHead: fix/keychain-default


📝 Commits (1)

  • b86a2d9 Use default keychain and migrate legacy entries

📊 Changes

2 files changed (+90 additions, -4 deletions)

View changed files

📝 internal/auth/keychain.go (+85 -4)
📝 internal/auth/keychain_test.go (+5 -0)

📄 Description

Summary

  • store credentials in the default login keychain (no custom keychain name)
  • migrate legacy entries from the old "asc" keychain on read
  • clean up legacy entries on removal

Testing

  • go test ./internal/auth

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/69 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/24/2026 **Status:** ✅ Merged **Merged:** 1/24/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `fix/keychain-default` --- ### 📝 Commits (1) - [`b86a2d9`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/b86a2d9bf520b71b0cda20812f478e520063bb0c) Use default keychain and migrate legacy entries ### 📊 Changes **2 files changed** (+90 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `internal/auth/keychain.go` (+85 -4) 📝 `internal/auth/keychain_test.go` (+5 -0) </details> ### 📄 Description ## Summary - store credentials in the default login keychain (no custom keychain name) - migrate legacy entries from the old "asc" keychain on read - clean up legacy entries on removal ## Testing - go test ./internal/auth --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#267
No description provided.