An open index of dependabot pull requests across open source projects.

github.com/Azure/azure-sdk-for-go/sdk/azidentity

Ecosystem:
go
Package URL:
pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/azidentity
Total PRs:
1,151 Dependabot PRs
Latest PR:
about 16 hours ago
Unique Repositories:
311 repositories
Unique Repos (30 days):
120 repositories
Recent PRs
Package Details
Name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/azidentity
JSON API: View JSON
Security Advisories

1

Active advisories
MODERATE 1
View All golang Advisories
Package Information
Description:

This example shows how to cache service principal authentication data persistently to make it accessible to multiple processes. The example uses ClientCertificateCredential, however the pattern is the same for all service principal credential types having a Cache field in their options. The key steps are: Credentials that authenticate users such as InteractiveBrowserCredential have a different pattern; see the persistent user authentication example. This example shows how to cache authentication data persistently so a user doesn't need to authenticate interactively every time the application runs. The example uses InteractiveBrowserCredential, however DeviceCodeCredential has the same API. The key steps are: This examples applies to credentials that authenticate users. For credentials authenticating service principal, see the persistent service principal authentication example. This example demonstrates how to use azidentity to authenticate a go-redis client connecting to Azure Cache for Redis. See the Azure Cache for Redis documentation for information on configuring a cache to use Entra ID authentication.

Repository: https://github.com/Azure/azure-sdk-for-go
Homepage: https://github.com/Azure/azure-sdk-for-go
Latest Release: v1.10.0
4 months ago
Dependent Repos: 4,673
Dependent Packages: 2,996
Ranking: Top 0.1202% by dependent repos Top 0.0935% by dependent pkgs
PR Status
Open 475 (41.3%)
Merged 227 (19.7%)
Closed 256 (22.2%)
PR Types
Minor 814 (70.7%)
Major 9 (0.8%)
Patch 134 (11.6%)