Skip to content

Commit

Permalink
Device Code Migration to AzIdentity Track 2 (#2747)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft authored Nov 1, 2024
1 parent 12b5af9 commit ff026ff
Show file tree
Hide file tree
Showing 17 changed files with 367 additions and 238 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Change Log

## Version 10.28.0-Preview

### Bug Fixes
1. Fixed an issue where AzCopy would not persist tokens when logging in via Device Code. ([#2361](https://github.com/Azure/azure-storage-azcopy/issues/2361))

## Version 10.27.0

### New Features
Expand Down
3 changes: 1 addition & 2 deletions common/credCache_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ package common
import (
"errors"
"fmt"
"github.com/keybase/go-keychain"
"sync"

"github.com/wastore/keychain" // forked and customized from github.com/keybase/go-keychain, todo: make a release to ensure stability
)

// For SSH environment, user need unlock login keychain once, to enable AzCopy to Add/Update/Retrieve/Delete key.
Expand Down
Loading

0 comments on commit ff026ff

Please sign in to comment.