mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #186] [MERGED] Credential default flag reconciliation #347
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#347
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/186
Author: @cursor[bot]
Created: 1/26/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @rudrankriyam
Base:
feat/auth-profiles← Head:cursor/credential-default-flag-reconciliation-7246📝 Commits (1)
f97921fFix merged default credential flag📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
internal/auth/keychain.go(+6 -0)📄 Description
Prevent multiple credentials from being marked as default when merging keychain and config credentials.
The merge logic could result in multiple
IsDefault = trueflags if both keychain and config sources independently marked a single credential as default, leading to incorrect display inauth status. This fix ensures that if no explicit default is configured and multiple credentials are present after merging, none are marked as default.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.