github.com/Azure/azure-sdk-for-go/sdk/azidentity
go
pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/azidentity
1,567 Dependabot PRs
about 21 hours ago
362 repositories
39 repositories
Recent PRs (filtered by: Minor PRs )
build(deps): bump the all group with 27 updates
kubernetes-sigs/cloud-provider-azure #9651
chore(deps)(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.13.1
chore(deps): bump the common group across 1 directory with 18 updates
tnir/trivy #286
Bump the non-gardener-dependencies group across 1 directory with 18 updates
gardener/gardener-extension-provider-azure #1372
chore(deps): bump the common group across 1 directory with 19 updates
aquasecurity/trivy #9812
chore: bump the engine group across 2 directories with 45 updates
TomChv/dagger #506
chore(deps): bump the common group across 1 directory with 17 updates
aiflash/trivy #441
chore(deps): bump the common group with 15 updates
deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.13.1
shubham-pathak-03/azure-container-networking #497
chore(deps): bump the common group across 1 directory with 15 updates
tnir/trivy #285
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.1 to 1.13.1
Bump the go-deps group across 1 directory with 12 updates
Azure/aks-app-routing-operator #511
chore(deps): bump the common group across 1 directory with 15 updates
aiflash/trivy #436
chore(deps): bump the common group across 1 directory with 38 updates
chore(deps): bump the common group across 1 directory with 38 updates
xycloops123/trivy #378
build(deps): bump the gomod-backward-compatible group across 1 directory with 18 updates
hashicorp/terraform-provider-vault #2651
build(deps): bump the all group across 1 directory with 12 updates
kubernetes-sigs/cloud-provider-azure #9620
Bump the go group across 1 directory with 87 updates
gravitational/teleport #60972
Bump the go group across 1 directory with 90 updates
soitun/teleport #819
chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0
kedacore/keda #7220
Bump the go group with 86 updates
gravitational/teleport #60924
Bump the go group across 1 directory with 90 updates
sigtrap/teleport #3499
Bump the go_modules group across 1 directory with 5 updates
coralogix/opentelemetry-collector-contrib #36000
Bump the go_modules group across 1 directory with 5 updates
coralogix/opentelemetry-collector-contrib #35961
deps(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.1 to 1.13.0 in /exporter/azureloganalyticsexporter
observIQ/bindplane-otel-collector #2732
chore(deps): bump the common group across 1 directory with 32 updates
MaineK00n/trivy #342
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.11.0 to 1.13.0
crossnative/terraform-provider-localhelpers #1
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.11.0 to 1.12.0
gardenlinux/glci #134
Bump the gomod group across 1 directory with 6 updates
stolostron/submariner-addon #2479
chore(deps): bump the dev-dependencies group across 1 directory with 39 updates
kubernetes-sigs/external-dns #5920
chore(deps): bump the dev-dependencies group across 1 directory with 39 updates
chore(deps): bump the common group across 1 directory with 9 updates
suryatmodulus/trivy #345
Bump the non-gardener-dependencies group across 1 directory with 20 updates
gardener/gardener-extension-provider-azure #1329
chore(deps)(deps): bump the azure-sdk group with 2 updates
hutstep/entra-id-api-tester #10
deps: bump the all-go-minor-and-patch group across 1 directory with 12 updates
Azure/azure-container-networking #4079
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.1 to 1.13.0
matsimon/steampipe-plugin-azuread #3
chore(deps): bump the dev-dependencies group across 1 directory with 38 updates
kubernetes-sigs/external-dns #5906
Bump the go group across 1 directory with 52 updates
chore: bump the engine group across 2 directories with 34 updates
dagger/dagger #11233
chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.3.0 to 1.13.0
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.11.0 to 1.13.0
magneticstain/ip-2-cloudresource #528
build(deps): bump the build group with 9 updates
coreos/coreos-assembler #4343
chore(deps): bump the common group across 1 directory with 35 updates
goodtab/cptrivy #22
chore(deps): bump the common group across 1 directory with 9 updates
aquasecurity/trivy #9654
Bump the dev-dependencies group across 1 directory with 43 updates
chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.1 to 1.13.0 in /backend
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.13.0
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0
jlaundry/qtbot #19
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 |
Package Information
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 |