Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Identity] Exclude SharedTokenCacheCredential from DefaultAzureCredential by default #16615

Merged
merged 5 commits into from
Feb 22, 2021

Conversation

schaabs
Copy link
Member

@schaabs schaabs commented Nov 5, 2020

#13228
fixes #17052

@ghost ghost added the Azure.Identity label Nov 5, 2020
@schaabs schaabs marked this pull request as draft November 9, 2020 19:50
@schaabs
Copy link
Member Author

schaabs commented Nov 9, 2020

Converted this to a Draft PR as it should not be merged until after the GA of Azure.Identity 1.3.0, and once the feature/identity/140 branch has been merged back to master.

@jsquire
Copy link
Member

jsquire commented Dec 11, 2020

Hi @schaabs. There hasn't been recent engagement on this PR and it looks like v1.3.0 has been released to GA as the comment mentioned. Would you please be so kind as to let us know if this is still an active work stream or if the PR should be closed out?

@jsquire jsquire added the no-recent-activity There has been no recent activity on this issue. label Dec 11, 2020
@schaabs
Copy link
Member Author

schaabs commented Dec 11, 2020

@jsquire, This does still need to be merged in ahead of our next beta release. I've updated it and marked it ready for review.

@schaabs schaabs marked this pull request as ready for review December 11, 2020 18:40
@schaabs schaabs requested a review from tg-msft December 11, 2020 18:40
@schaabs schaabs added breaking-change and removed no-recent-activity There has been no recent activity on this issue. labels Dec 11, 2020
@christothes
Copy link
Member

related to #16306

Comment on lines 7 to 9
### Breaking Changes
- Update the default value of `ExcludeSharedTokenCacheCredential` on `DefaultAzureCredentialsOptions` to true, to exclude the `SharedTokenCacheCredential` from the `DefaultAzureCredential` by default.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to move up to the latest release.


## 1.4.0

### Changed `ExcludeSharedTokenCacheCredential` default value on `DefaultAzureCredentialsOptions`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Changed `ExcludeSharedTokenCacheCredential` default value on `DefaultAzureCredentialsOptions`
### Changed `ExcludeSharedTokenCacheCredential` default value from `false` to `true` on `DefaultAzureCredentialsOptions`

@@ -2,6 +2,9 @@

## 1.4.0-beta.4 (Unreleased)

### Breaking Changes
- Update the default value of `ExcludeSharedTokenCacheCredential` on `DefaultAzureCredentialsOptions` to true, to exclude the `SharedTokenCacheCredential` from the `DefaultAzureCredential` by default.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you intend to reference the BREAKING_CHANGES.md here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do want to reference it but I believe it should be an absolute link since this the changelog gets put into the nupkg. I was planning on doing this as a separate change unless you have a better way to accomplish this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the link checker does the right thing with the absolute links. It may just work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SharedTokenCacheCredential authentication fails in Azure.Identity on ubuntu
3 participants