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,507 Dependabot PRs
Latest PR:
2 days ago
Unique Repositories:
353 repositories
Unique Repos (30 days):
86 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
6 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 652 (43.4%)
Merged 307 (20.4%)
Closed 351 (23.4%)
PR Types
Minor 1,165 (77.5%)
Major 10 (0.7%)
Patch 134 (8.9%)